Uses of Class
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.LazyAnnotationDescription.Loadable
-
Packages that use TypePool.Default.LazyTypeDescription.LazyAnnotationDescription.Loadable Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescription
s without loading any classes. -
-
Uses of TypePool.Default.LazyTypeDescription.LazyAnnotationDescription.Loadable in net.bytebuddy.pool
Methods in net.bytebuddy.pool that return TypePool.Default.LazyTypeDescription.LazyAnnotationDescription.Loadable Modifier and Type Method Description <T extends java.lang.annotation.Annotation>
TypePool.Default.LazyTypeDescription.LazyAnnotationDescription.Loadable<T>TypePool.Default.LazyTypeDescription.LazyAnnotationDescription. prepare(java.lang.Class<T> annotationType)
Links this annotation description to a given annotation type such that it can be loaded.
-