org.oasisopen.sca.annotation
Annotation Type EagerInit


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface EagerInit

The @EagerInit annotation is used to annotate the Java class of a COMPOSITE scoped implementation for eager initialization. When marked for eager initialization, the composite scoped instance is created when its containing component is started.