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


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

Annotated method is called on component shutdown. The annotated method has signature void ().