|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface Inject
Allows for properties to be dynamically injected into classes during runtime. Both methods and fields can be annotated.
Optional Element Summary | |
---|---|
String |
property
The name of the property to be injected. |
public abstract String property
Introspector.decapitalize
and
the Java Beans API.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |