W - The represented loaded type.public abstract static class AnnotationValue.Loaded.AbstractBase<W> extends Object implements AnnotationValue.Loaded<W>
| Modifier and Type | Class and Description | 
|---|---|
| static class  | AnnotationValue.Loaded.AbstractBase.ForUnresolvedProperty<Z>A base implementation for an unresolved property. | 
AnnotationValue.Loaded.AbstractBase<W>| Constructor and Description | 
|---|
| AbstractBase() | 
| Modifier and Type | Method and Description | 
|---|---|
| <X> X | resolve(Class<? extends X> type)Resolves the value to the actual value of an annotation. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetState, represents, resolvepublic <X> X resolve(Class<? extends X> type)
resolve in interface AnnotationValue.Loaded<W>X - The value's loaded type.type - The value's loaded type.Copyright © 2014–2024. All rights reserved.