r01f.reflection
Class FieldAnnotatedReflection<A extends java.lang.annotation.Annotation>

java.lang.Object
  extended by r01f.reflection.FieldAnnotatedReflection<A>

public class FieldAnnotatedReflection<A extends java.lang.annotation.Annotation>
extends java.lang.Object


Field Summary
private  A _annotationType
           
private  FieldReflection _fieldReflection
           
 
Constructor Summary
FieldAnnotatedReflection(FieldReflection field, A annotationType)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_fieldReflection

private final FieldReflection _fieldReflection

_annotationType

private final A extends java.lang.annotation.Annotation _annotationType
Constructor Detail

FieldAnnotatedReflection

public FieldAnnotatedReflection(FieldReflection field,
                                A annotationType)