|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) public @interface IOC
This annotation indicates, that a factory should initialize the annotated property. (Inversion of Control).
Required Element Summary | |
---|---|
java.lang.String |
id
Returns the property ID. |
Element Detail |
---|
public abstract java.lang.String id
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |