org.oasisopen.sca.annotation
Annotation Type Remotable


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

The @Remotable annotation is used to specify a Java service interface as remotable. A remotable service can be published externally as a service and must be translatable into a WSDL portType. The @Remotable annotation has no attributes.