Uses of Class
net.bytebuddy.description.annotation.AnnotationList.AbstractBase
-
Packages that use AnnotationList.AbstractBase Package Description net.bytebuddy.description.annotation Contains descriptions of annotations and annotation values.net.bytebuddy.pool Classes of this package allow for the creatingTypeDescriptions without loading any classes. -
-
Uses of AnnotationList.AbstractBase in net.bytebuddy.description.annotation
Subclasses of AnnotationList.AbstractBase in net.bytebuddy.description.annotation Modifier and Type Class Description static classAnnotationList.ExplicitRepresents a list of explicitly provided annotation descriptions.static classAnnotationList.ForLoadedAnnotationsDescribes an array of loadedAnnotations as an annotation list. -
Uses of AnnotationList.AbstractBase in net.bytebuddy.pool
Subclasses of AnnotationList.AbstractBase in net.bytebuddy.pool Modifier and Type Class Description private static classTypePool.Default.LazyTypeDescription.LazyAnnotationDescription.UnresolvedAnnotationListA list of annotations which allows for resolving the names of the annotations even if the annotations cannot be resolved.
-