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
TypeDescriptions without
loading any classes.-
Uses of AnnotationDescription.AbstractBase in net.bytebuddy.description.annotation
Subclasses of AnnotationDescription.AbstractBase in net.bytebuddy.description.annotationModifier and TypeClassDescriptionstatic classA description of an already loaded annotation.static classA latent description of an annotation value that is defined explicitly.protected classAnnotationDescription.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 classA lazy description of an annotation that looks up types from a type pool when required.private static classA loadable version of a lazy annotation description.