protected abstract static class FieldAccessMode.FieldDecoratedType extends Object implements AccessMode.DecoratedType
| Modifier and Type | Field and Description |
|---|---|
protected Field |
field |
protected Type |
type |
| Constructor and Description |
|---|
FieldDecoratedType(Field field,
Type type) |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> clazz) |
Type |
getType() |
public Type getType()
getType in interface AccessMode.DecoratedTypepublic <T extends Annotation> T getAnnotation(Class<T> clazz)
getAnnotation in interface AccessMode.DecoratedTypeCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.