Uses of Interface
org.jboss.jandex.AnnotationOverlay
-
Packages that use AnnotationOverlay Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of AnnotationOverlay in org.jboss.jandex
Subinterfaces of AnnotationOverlay in org.jboss.jandex Modifier and Type Interface Description interface
MutableAnnotationOverlay
AnAnnotationOverlay
that can be freely mutated.Classes in org.jboss.jandex that implement AnnotationOverlay Modifier and Type Class Description (package private) class
AnnotationOverlayImpl
(package private) class
MutableAnnotationOverlayImpl
Methods in org.jboss.jandex that return AnnotationOverlay Modifier and Type Method Description AnnotationOverlay
AnnotationOverlay.Builder. build()
Builds and returns an annotation overlay based on the configuration of this builder.
-