org.oasisopen.sca.annotation
Annotation Type Constructor


@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.