Package | Description |
---|---|
net.bytebuddy.description.annotation |
Contains descriptions of annotations and annotation values.
|
Modifier and Type | Field and Description |
---|---|
static AnnotationDescription.RenderingDispatcher |
AnnotationDescription.RenderingDispatcher.CURRENT
The rendering dispatcher for the current VM.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationDescription.RenderingDispatcher |
AnnotationDescription.RenderingDispatcher.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationDescription.RenderingDispatcher[] |
AnnotationDescription.RenderingDispatcher.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2022. All rights reserved.