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: 368822 $ $Date: 2006-01-13 13:54:38 -0500 (Fri, 13 Jan 2006) $


SCA API

-