com.thoughtworks.xstream.annotations
Class AnnotationProvider

java.lang.Object
  extended by com.thoughtworks.xstream.annotations.AnnotationProvider

Deprecated. As of 1.3

@Deprecated
public class AnnotationProvider
extends Object

An utility class to provide annotations from different sources

Author:
Guilherme Silveira

Constructor Summary
AnnotationProvider()
          Deprecated.  
 
Method Summary
<T extends Annotation>
T
getAnnotation(Field field, Class<T> annotationClass)
          Deprecated. As of 1.3
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationProvider

public AnnotationProvider()
Deprecated. 
Method Detail

getAnnotation

@Deprecated
public <T extends Annotation> T getAnnotation(Field field,
                                                         Class<T> annotationClass)
Deprecated. As of 1.3

Returns a field annotation based on an annotation type

Parameters:
field - the annotation Field
annotationClass - the annotation Class
Returns:
The Annotation type


Copyright © 2004-2014 XStream. All Rights Reserved.