Uses of Class
net.bytebuddy.description.annotation.AnnotationDescription.AbstractBase
-
Packages that use AnnotationDescription.AbstractBase Package Description net.bytebuddy.description.annotation Contains descriptions of annotations and annotation values. -
-
Uses of AnnotationDescription.AbstractBase in net.bytebuddy.description.annotation
Subclasses of AnnotationDescription.AbstractBase in net.bytebuddy.description.annotation Modifier and Type Class Description static classAnnotationDescription.AbstractBase.ForPrepared<S extends java.lang.annotation.Annotation>An abstract implementation of a loadable annotation description.static classAnnotationDescription.ForLoadedAnnotation<S extends java.lang.annotation.Annotation>A description of an already loaded annotation.static classAnnotationDescription.LatentA latent description of an annotation value that is defined explicitly.protected classAnnotationDescription.Latent.Loadable<S extends java.lang.annotation.Annotation>A loadable annotation description of a latent annotation description.
-