org.apache.openejb.config
Class AnnotationDeployer.FieldMember
java.lang.Object
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
AnnotationDeployer.FieldMember
public AnnotationDeployer.FieldMember(Field field)
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-2012 The Apache Software Foundation. All Rights Reserved.