|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.inject.InjectionPointHandler
public abstract class InjectionPointHandler
Handles special injection points like @Resource, @EJB.
Constructor Summary | |
---|---|
InjectionPointHandler()
|
Method Summary | |
---|---|
ConfigProgram |
introspectField(AnnotatedField<?> field)
|
ConfigProgram |
introspectMethod(AnnotatedMethod<?> method)
|
ConfigProgram |
introspectType(AnnotatedType<?> type)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InjectionPointHandler()
Method Detail |
---|
public ConfigProgram introspectType(AnnotatedType<?> type)
public ConfigProgram introspectField(AnnotatedField<?> field)
public ConfigProgram introspectMethod(AnnotatedMethod<?> method)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |