public interface AnnotationsTransformer extends BuildExtension
The container should use AnnotationStore to obtain annotations of any ClassInfo,
FieldInfo and MethodInfo.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AnnotationsTransformer.TransformationContext |
BuildExtension.BuildContext, BuildExtension.Key<T>, BuildExtension.SimpleKey<V>DEFAULT_PRIORITY| Modifier and Type | Method and Description |
|---|---|
default boolean |
appliesTo(org.jboss.jandex.AnnotationTarget.Kind kind)
By default, the transformation is applied to all kinds of targets.
|
void |
transform(AnnotationsTransformer.TransformationContext transformationContext) |
compare, getPriority, initializedefault boolean appliesTo(org.jboss.jandex.AnnotationTarget.Kind kind)
kind - true if the transformation applies to the specified kind, false otherwisevoid transform(AnnotationsTransformer.TransformationContext transformationContext)
transformationContext - Copyright © 2021 JBoss by Red Hat. All rights reserved.