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.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
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.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. -
Uses of AnnotationDescription.AbstractBase in net.bytebuddy.pool
Subclasses of AnnotationDescription.AbstractBase in net.bytebuddy.pool Modifier and Type Class Description private static classTypePool.Default.LazyTypeDescription.LazyAnnotationDescriptionA lazy description of an annotation that looks up types from a type pool when required.private static classTypePool.Default.LazyTypeDescription.LazyAnnotationDescription.Loadable<S extends java.lang.annotation.Annotation>A loadable version of a lazy annotation description.
-