Uses of Class
net.bytebuddy.description.annotation.AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty
-
Packages that use AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty Package Description net.bytebuddy.description.annotation Contains descriptions of annotations and annotation values. -
-
Uses of AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty in net.bytebuddy.description.annotation
Subclasses of AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty in net.bytebuddy.description.annotation Modifier and Type Class Description static classAnnotationValue.ForEnumerationDescription.WithUnknownConstant.LoadedRepresents a property with an enumeration constant that is not defined by an enumeration type.static classAnnotationValue.ForIncompatibleType.Loaded<W>A description of annotation value for a type that does not fulfil an expectation.static classAnnotationValue.ForMismatchedType.Loaded<W>Describes an annotation value for a property that is not assignable to it.static classAnnotationValue.ForMissingType.Loaded<U>Represents a missing type during an annotation's resolution.
-