static AnnotationTransformation.ClassBuilder |
AnnotationTransformation.forClasses() |
Returns a builder for annotation transformation of classes.
|
AnnotationTransformation.ClassBuilder |
AnnotationTransformation.ClassBuilder.whenClass(java.lang.Class<?> clazz) |
Adds a predicate that tests whether
the current class
is the given clazz .
|
AnnotationTransformation.ClassBuilder |
AnnotationTransformation.ClassBuilder.whenClass(java.util.function.Predicate<ClassInfo> predicate) |
Adds a predicate that tests whether
the current class
matches given predicate .
|
AnnotationTransformation.ClassBuilder |
AnnotationTransformation.ClassBuilder.whenClass(DotName name) |
Adds a predicate that tests whether
the current class
has given name .
|