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 |
|---|---|
<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)
AnnotationValue.Loadedresolve in interface AnnotationValue.Loaded<W>X - The value's loaded type.type - The value's loaded type.Copyright © 2014–2016. All rights reserved.