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