Uses of Class
net.bytebuddy.description.annotation.AnnotationDescription.AbstractBase
Packages that use AnnotationDescription.AbstractBase
Package
Description
Contains descriptions of annotations and annotation values.
Classes of this package allow for the creating
TypeDescription
s without
loading any classes.-
Uses of AnnotationDescription.AbstractBase in net.bytebuddy.description.annotation
Subclasses of AnnotationDescription.AbstractBase in net.bytebuddy.description.annotationModifier and TypeClassDescriptionstatic class
A description of an already loaded annotation.static class
A latent description of an annotation value that is defined explicitly.protected class
AnnotationDescription.Latent.Loadable<S extends 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.poolModifier and TypeClassDescriptionprivate static class
A lazy description of an annotation that looks up types from a type pool when required.private static class
A loadable version of a lazy annotation description.