|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=FIELD) @Inherited public @interface Inject
Used to inject resources into Presences retrieved from Context sharings
Optional Element Summary | |
---|---|
boolean |
nullAllowed
Tells whether this injection is allowed to have null value which means that the referred resource has to be available with a proper value |
String |
sharedName
If the names of the shared resource and the field diverse, this value will be considered into account. |
public abstract String sharedName
public abstract boolean nullAllowed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |