Uses of Class
org.jboss.jandex.AnnotationOverlay.Builder
-
Uses of AnnotationOverlay.Builder in org.jboss.jandex
Methods in org.jboss.jandex that return AnnotationOverlay.BuilderModifier and TypeMethodDescriptionstatic AnnotationOverlay.BuilderAnnotationOverlay.builder(IndexView index, Collection<AnnotationTransformation> annotationTransformations) Returns a new builder for an annotation overlay for givenindexand a given collection oftransformations.AnnotationOverlay.Builder.compatibleMode()When called, the built annotation overlay shall treat method parameters as part of methods.AnnotationOverlay.Builder.inheritedAnnotations()When called, the built annotation overlay shall return inherited annotations per the Java rules.AnnotationOverlay.Builder.runtimeAnnotationsOnly()When called, the built annotation overlay shall only return runtime-retained annotations; class-retained annotations are ignored.