org.apache.openejb.config
Interface AnnotationDeployer.Member

All Known Implementing Classes:
AnnotationDeployer.FieldMember, AnnotationDeployer.MethodMember
Enclosing class:
AnnotationDeployer

public static interface AnnotationDeployer.Member

Small utility interface used to allow polymorphing of java.lang.reflect.Method and java.lang.reflect.Field so that each can be treated as injection targets using the same code.


Method Summary
 java.lang.Class getDeclaringClass()
           
 java.lang.String getName()
           
 java.lang.Class getType()
           
 

Method Detail

getDeclaringClass

java.lang.Class getDeclaringClass()

getName

java.lang.String getName()

getType

java.lang.Class getType()


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