Uses of Class
net.bytebuddy.pool.TypePool.Default.LazyTypeDescription.LazyAnnotationValue
-
Packages that use TypePool.Default.LazyTypeDescription.LazyAnnotationValue Package Description net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
Uses of TypePool.Default.LazyTypeDescription.LazyAnnotationValue in net.bytebuddy.pool
Subclasses of TypePool.Default.LazyTypeDescription.LazyAnnotationValue in net.bytebuddy.pool Modifier and Type Class Description private static classTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForAnnotationValueA lazy annotation value description for an annotation value.private static classTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForArrayA lazy projection of an annotation value that contains an array of values.private static classTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForEnumerationValueA lazy annotation value description for an enumeration value.private static classTypePool.Default.LazyTypeDescription.LazyAnnotationValue.ForTypeValueA lazy annotation value description for a type value.
-