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

java.lang.Object
  extended by r01f.reflection.ReflectionUtils.FieldAnnotated<A>
Enclosing class:
ReflectionUtils

public static class ReflectionUtils.FieldAnnotated<A extends java.lang.annotation.Annotation>
extends java.lang.Object


Field Summary
private  A _annotation
           
private  java.lang.reflect.Field _field
           
 
Constructor Summary
ReflectionUtils.FieldAnnotated()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_field

private final java.lang.reflect.Field _field

_annotation

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

ReflectionUtils.FieldAnnotated

public ReflectionUtils.FieldAnnotated()