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: 431035 $ $Date: 2006-08-12 06:54:25 -0700 (Sat, 12 Aug 2006) $



Copyright © 2006 Apache Software Foundation. All Rights Reserved.