Last update: 2011-06-23

org.proteios.props
Class AnnotationTypeNameReader

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

public class AnnotationTypeNameReader
extends AbstractReader<String,Annotation>

Author:
gugga

Constructor Summary
AnnotationTypeNameReader()
           
 
Method Summary
 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

AnnotationTypeNameReader

public AnnotationTypeNameReader()
Method Detail

getValue

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

Last update: 2011-06-23