2016/05/28 - Apache Tuscany has been retired.

For more information, please explore the Attic.


org.osoa.sca.annotations
Annotation Type Scope


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

Annotation used to indicate a scoped service.

The spec refers to but does not describe an eager() attribute; this is an error in the draft.

Version:
$Rev: 537744 $ $Date: 2007-05-14 09:00:18 +0100 (Mon, 14 May 2007) $

Optional Element Summary
 java.lang.String value
          The name of the scope.
 

value

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

Returns:
the name of the scope
Default:
"STATELESS"