protected static interface TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution
| Modifier and Type | Interface and Description |
|---|---|
static class |
TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Illegal
An illegal resolution.
|
static class |
TypePool.Default.LazyTypeDescription.AnnotationToken.Resolution.Simple
A simple resolved annotation.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isResolved()
Returns
true if the represented annotation could be resolved. |
AnnotationDescription |
resolve()
Returns the resolved annotation.
|
boolean isResolved()
true if the represented annotation could be resolved.true if the represented annotation could be resolved.AnnotationDescription resolve()
Copyright © 2014–2025. All rights reserved.