org.objectweb.dsrg.sofa.annotations
Annotation Type Start


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Start

Annotated method is called when the component starts. The annotated method has signature void ().