|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=CONSTRUCTOR) @Retention(value=RUNTIME) public @interface Constructor
The @Constructor annotation is used to mark a particular constructor to use when instantiating a Java component implementation. If this constructor has parameters, each of these parameters MUST have either a @Property annotation or a @Reference annotation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |