org.oasisopen.sca.annotation
Annotation Type Init


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

The @Init annotation is used to denote a single Java class method that is called when the scope defined for the implementation class starts. The method MAY have any access modifier and MUST have a void return type and no arguments.