static AnnotationOverlay.Builder |
AnnotationOverlay.builder(IndexView index,
java.util.Collection<AnnotationTransformation> annotationTransformations) |
Returns a new builder for an annotation overlay for given index and a given collection
of transformations .
|
AnnotationOverlay.Builder |
AnnotationOverlay.Builder.compatibleMode() |
When called, the built annotation overlay shall treat method parameters as part of methods.
|
AnnotationOverlay.Builder |
AnnotationOverlay.Builder.inheritedAnnotations() |
When called, the built annotation overlay shall return inherited
annotations per the Java rules.
|
AnnotationOverlay.Builder |
AnnotationOverlay.Builder.runtimeAnnotationsOnly() |
When called, the built annotation overlay shall only return runtime-retained annotations;
class-retained annotations are ignored.
|