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