public class AnnotatedProperty<T extends Annotation> extends Object
| Constructor and Description |
|---|
AnnotatedProperty(T annotation,
PropertyAccessor accessor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
T |
getAnnotation() |
PropertyAccessor |
getPropertyAccessor() |
int |
hashCode() |
public AnnotatedProperty(T annotation, PropertyAccessor accessor)
public T getAnnotation()
public PropertyAccessor getPropertyAccessor()
Copyright © 2013. All rights reserved.