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.DecoratedType
public <T extends Annotation> T getAnnotation(Class<T> clazz)
getAnnotation
in interface AccessMode.DecoratedType
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.