@HashCodeAndEqualsPlugin.Enhance public static class TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Simple 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 AnnotationDescription |
annotationDescription
The represented annotation description.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Simple(AnnotationDescription annotationDescription)
Creates a new simple 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 AnnotationDescription annotationDescription
protected Simple(AnnotationDescription annotationDescription)
annotationDescription - The represented annotation description.public boolean isResolved()
true if the represented annotation could be resolved.isResolved in interface TypePool.Default.LazyTypeDescription.AnnotationToken.Resolutiontrue if the represented annotation could be resolved.public AnnotationDescription resolve()
resolve in interface TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution