@HashCodeAndEqualsPlugin.Enhance public static class TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Simple extends Object implements TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution
TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Illegal, TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Simple
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.
|
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.Resolution
true
if the represented annotation could be resolved.public AnnotationDescription resolve()
resolve
in interface TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution
Copyright © 2014–2019. All rights reserved.