public interface Injector
EJB
annotation. The type of
these fields must be local interface of one of the ejbs available in the application.Modifier and Type | Field and Description |
---|---|
static String |
SYSTEM_PROPERTY_NAME
Name under which the implementation of this interface can be passed in system properties.
|
Modifier and Type | Method and Description |
---|---|
void |
inject(Object object)
Inject EJBs in all fields of the given object annotated with
EJB . |
static final String SYSTEM_PROPERTY_NAME
void inject(Object object)
EJB
.object
- inject fields of this object. Not null.Copyright © 2007-2018 Whitestein Technologies. All Rights Reserved.