Last update: 2011-06-23

org.proteios.props
Class AnnotationValueReader

java.lang.Object
  extended by org.proteios.props.AbstractReader<String,Annotation>
      extended by org.proteios.props.AnnotationValueReader
All Implemented Interfaces:
AttributeReader<String,Annotation>

public class AnnotationValueReader
extends AbstractReader<String,Annotation>

Author:
gugga

Constructor Summary
AnnotationValueReader()
           
 
Method Summary
protected  String getValue(Annotation obj)
           
 
Methods inherited from class org.proteios.props.AbstractReader
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationValueReader

public AnnotationValueReader()
Method Detail

getValue

protected String getValue(Annotation obj)
Specified by:
getValue in class AbstractReader<String,Annotation>

Last update: 2011-06-23