org.apache.openejb.config
Class AnnotationDeployer.FieldMember

java.lang.Object
  extended by org.apache.openejb.config.AnnotationDeployer.FieldMember
All Implemented Interfaces:
AnnotationDeployer.Member
Enclosing class:
AnnotationDeployer

public static class AnnotationDeployer.FieldMember
extends Object
implements AnnotationDeployer.Member

Implementation of Member for java.lang.reflect.Field Used for injection targets that are annotated fields


Constructor Summary
AnnotationDeployer.FieldMember(Field field)
           
 
Method Summary
 Class getDeclaringClass()
           
 String getName()
           
 Class getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationDeployer.FieldMember

public AnnotationDeployer.FieldMember(Field field)
Method Detail

getType

public Class getType()
Specified by:
getType in interface AnnotationDeployer.Member

toString

public String toString()
Overrides:
toString in class Object

getDeclaringClass

public Class getDeclaringClass()
Specified by:
getDeclaringClass in interface AnnotationDeployer.Member

getName

public String getName()
Specified by:
getName in interface AnnotationDeployer.Member


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.