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 creatingTypeDescription
s 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 class
AnnotationList.Explicit
Represents a list of explicitly provided annotation descriptions.static class
AnnotationList.ForLoadedAnnotations
Describes an array of loadedAnnotation
s 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 class
TypePool.Default.LazyTypeDescription.LazyAnnotationDescription.UnresolvedAnnotationList
A list of annotations which allows for resolving the names of the annotations even if the annotations cannot be resolved.
-