SCA API

org.osoa.sca.annotations
Annotation Type Destroy


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

Annotation used to indicate a method that will be called by the container when the scope defined for the local service ends.

Version:
$Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $


SCA API

-