Package | Description |
---|---|
net.bytebuddy.description.annotation |
Contains descriptions of annotations and annotation values.
|
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationValue.ForConstant.PropertyDelegate.ForArrayType
A property delegate for an array type of a constant value.
|
static class |
AnnotationValue.ForConstant.PropertyDelegate.ForNonArrayType
A property delegate for a non-array type.
|
Constructor and Description |
---|
ForConstant(U value,
AnnotationValue.ForConstant.PropertyDelegate propertyDelegate)
Creates a new constant annotation value.
|
Loaded(V value,
AnnotationValue.ForConstant.PropertyDelegate propertyDelegate)
Creates a new loaded representation of a constant value.
|
Copyright © 2014–2020. All rights reserved.