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 interfaceMutableAnnotationOverlayAnAnnotationOverlaythat can be freely mutated.Classes in org.jboss.jandex that implement AnnotationOverlay Modifier and Type Class Description (package private) classAnnotationOverlayImpl(package private) classMutableAnnotationOverlayImplMethods in org.jboss.jandex that return AnnotationOverlay Modifier and Type Method Description AnnotationOverlayAnnotationOverlay.Builder. build()Builds and returns an annotation overlay based on the configuration of this builder.
-