Uses of Class
org.jboss.jandex.AnnotationOverlay.Builder
Packages that use AnnotationOverlay.Builder
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of AnnotationOverlay.Builder in org.jboss.jandex
Methods in org.jboss.jandex that return AnnotationOverlay.BuilderModifier and TypeMethodDescriptionstatic AnnotationOverlay.Builder
AnnotationOverlay.builder
(IndexView index, Collection<AnnotationTransformation> annotationTransformations) Returns a new builder for an annotation overlay for givenindex
and 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.