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