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. -
-
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.
-