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

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:

Default:
"STATELESS"


Copyright © 2006 Apache Software Foundation. All Rights Reserved.