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
 Class getDeclaringClass()
           
 String getName()
           
 Class getType()
           
 

Method Detail

getDeclaringClass

Class getDeclaringClass()

getName

String getName()

getType

Class getType()


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