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


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

Annotated method is called before component shutdown. The annotated method must not block. The annotated method has signature void ().