org.oasisopen.sca.annotation
Annotation Type Destroy


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

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