@Deprecated public class AnnotationProvider extends Object
| Constructor and Description | 
|---|
AnnotationProvider()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends Annotation> | 
getAnnotation(Field field,
             Class<T> annotationClass)
Deprecated. 
 
As of 1.3 
 | 
@Deprecated public <T extends Annotation> T getAnnotation(Field field, Class<T> annotationClass)
field - the annotation FieldannotationClass - the annotation ClassCopyright © 2004–2016 XStream. All rights reserved.