@HashCodeAndEqualsPlugin.Enhance public static class TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Illegal extends java.lang.Object implements TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution
TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Illegal, TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Simple
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
annotationType
The annotation's binary type name.
|
Constructor and Description |
---|
Illegal(java.lang.String annotationType)
Creates a new illegal resolution.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isResolved()
Returns
true if the represented annotation could be resolved. |
AnnotationDescription |
resolve()
Returns the resolved annotation.
|
private final java.lang.String annotationType
public Illegal(java.lang.String annotationType)
annotationType
- The annotation's binary type name.public boolean isResolved()
true
if the represented annotation could be resolved.isResolved
in interface TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution
true
if the represented annotation could be resolved.public AnnotationDescription resolve()
resolve
in interface TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution