SCA API

org.osoa.sca.annotations
Annotation Type Scope


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

Annotation used to indicate a scoped service.

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

Optional Element Summary
 String value
          The name of the scope.
 

value

public abstract String value
The name of the scope. Values currently defined by the specification are:

Default:
"stateless"

SCA API

-