| Package | Description | 
|---|---|
| net.bytebuddy.description.annotation | 
 Contains descriptions of annotations and annotation values. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AnnotationValue.ForEnumerationDescription.WithUnknownConstant.Loaded
Represents a property with an enumeration constant that is not defined by an enumeration type. 
 | 
static class  | 
AnnotationValue.ForIncompatibleType.Loaded<W>
A description of annotation value for a type that does not fulfil an expectation. 
 | 
static class  | 
AnnotationValue.ForMismatchedType.Loaded<W>
Describes an annotation value for a property that is not assignable to it. 
 | 
static class  | 
AnnotationValue.ForMissingType.Loaded<U>
Represents a missing type during an annotation's resolution. 
 | 
Copyright © 2014–2023. All rights reserved.