Uses of Class
net.bytebuddy.description.annotation.AnnotationSource.Empty
-
Packages that use AnnotationSource.Empty Package Description net.bytebuddy.description.annotation Contains descriptions of annotations and annotation values. -
-
Uses of AnnotationSource.Empty in net.bytebuddy.description.annotation
Methods in net.bytebuddy.description.annotation that return AnnotationSource.Empty Modifier and Type Method Description static AnnotationSource.Empty
AnnotationSource.Empty. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AnnotationSource.Empty[]
AnnotationSource.Empty. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-