Uses of Class
org.jboss.jandex.MutableAnnotationOverlay.Builder
Packages that use MutableAnnotationOverlay.Builder
Package
Description
Jandex is a space efficient Java class file indexer and offline reflection library.
-
Uses of MutableAnnotationOverlay.Builder in org.jboss.jandex
Methods in org.jboss.jandex that return MutableAnnotationOverlay.BuilderModifier and TypeMethodDescriptionReturns a new builder for a mutable annotation overlay for givenindex
.MutableAnnotationOverlay.Builder.compatibleMode()
When called, the built annotation overlay shall treat method parameters as part of methods.MutableAnnotationOverlay.Builder.inheritedAnnotations()
When called, the built annotation overlay shall return inherited annotations per the Java rules.MutableAnnotationOverlay.Builder.runtimeAnnotationsOnly()
When called, the built annotation overlay shall only return runtime-retained annotations; class-retained annotations are ignored.