@HashCodeAndEqualsPlugin.Enhance public static class TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Illegal extends Object implements TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution
TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Illegal, TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Simple
Constructor and Description |
---|
Illegal(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.
|
public Illegal(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
Copyright © 2014–2024. All rights reserved.