|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InjectionInfo | |
---|---|
org.springframework.jee.ejb | EJB metadata. |
org.springframework.jee.inject | JSR250 Support. |
Uses of InjectionInfo in org.springframework.jee.ejb |
---|
Classes in org.springframework.jee.ejb that implement InjectionInfo | |
---|---|
class |
EjbReferenceInfo
Information holder for @EJB injection. |
Constructors in org.springframework.jee.ejb with parameters of type InjectionInfo | |
---|---|
EjbFieldInjection(java.lang.reflect.Field f,
InjectionInfo er)
|
|
EjbMethodInjection(java.lang.reflect.Method m,
InjectionInfo ei)
|
Uses of InjectionInfo in org.springframework.jee.inject |
---|
Classes in org.springframework.jee.inject with type parameters of type InjectionInfo | |
---|---|
class |
Injection<E extends InjectionInfo>
Class modelling an injected member of a JEE component. |
Classes in org.springframework.jee.inject that implement InjectionInfo | |
---|---|
class |
BasicInjectionInfo
Simple interface implementation, useful as a base class. |
class |
ResourceInfo
JSR 250 resource information holder. |
Fields in org.springframework.jee.inject declared as InjectionInfo | |
---|---|
protected E |
Injection.info
|
Constructors in org.springframework.jee.inject with parameters of type InjectionInfo | |
---|---|
FieldInjection(java.lang.reflect.Field f,
InjectionInfo ri)
|
|
MethodInjection(java.lang.reflect.Method m,
InjectionInfo ri)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |