SCA API

org.osoa.sca.annotations
Annotation Type Remotable


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Remotable

Annotation used to indicate a Java interface as remotable. Remotable interfaces use pass-by-value semantics, can be published as entry points and used for external services.

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


SCA API

-