Uses of Class
net.bytebuddy.description.annotation.AnnotationDescription.Latent.Loadable
-
Packages that use AnnotationDescription.Latent.Loadable Package Description net.bytebuddy.description.annotation Contains descriptions of annotations and annotation values. -
-
Uses of AnnotationDescription.Latent.Loadable in net.bytebuddy.description.annotation
Methods in net.bytebuddy.description.annotation that return AnnotationDescription.Latent.Loadable Modifier and Type Method Description <T extends java.lang.annotation.Annotation>
AnnotationDescription.Latent.Loadable<T>AnnotationDescription.Latent. prepare(java.lang.Class<T> annotationType)
Links this annotation description to a given annotation type such that it can be loaded.
-