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 creatingTypeDescription
s 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 class
AnnotationDescription.ForLoadedAnnotation<S extends java.lang.annotation.Annotation>
A description of an already loaded annotation.static class
AnnotationDescription.Latent
A latent description of an annotation value that is defined explicitly.protected class
AnnotationDescription.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 class
TypePool.Default.LazyTypeDescription.LazyAnnotationDescription
A lazy description of an annotation that looks up types from a type pool when required.private static class
TypePool.Default.LazyTypeDescription.LazyAnnotationDescription.Loadable<S extends java.lang.annotation.Annotation>
A loadable version of a lazy annotation description.
-