Uses of Class
net.bytebuddy.description.annotation.AnnotationDescription.AbstractBase.ForPrepared
-
Packages that use AnnotationDescription.AbstractBase.ForPrepared Package Description net.bytebuddy.description.annotation Contains descriptions of annotations and annotation values. -
-
Uses of AnnotationDescription.AbstractBase.ForPrepared in net.bytebuddy.description.annotation
Subclasses of AnnotationDescription.AbstractBase.ForPrepared 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.protected class
AnnotationDescription.Latent.Loadable<S extends java.lang.annotation.Annotation>
A loadable annotation description of a latent annotation description.
-