From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca-api/org/osoa/sca/annotations/Scope.html | 215 +++++++++++++++++++++ 1 file changed, 215 insertions(+) create mode 100644 site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/annotations/Scope.html (limited to 'site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/annotations/Scope.html') diff --git a/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/annotations/Scope.html b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/annotations/Scope.html new file mode 100644 index 0000000000..dcb7a55675 --- /dev/null +++ b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/annotations/Scope.html @@ -0,0 +1,215 @@ + + + + + + + +Scope (SCA API incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+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: 368822 $ $Date: 2006-01-13 13:54:38 -0500 (Fri, 13 Jan 2006) $
+
+
+ +

+ + + + + + + + + + + +
+Optional Element Summary
+ java.lang.Stringvalue + +
+          The name of the scope.
+  +

+

+value

+
+public abstract java.lang.String value
+
+
The name of the scope. Values currently defined by the specification are: +
    +
  • stateless (default)
  • +
  • request
  • +
  • session
  • +
  • module
  • +
+

+

+
+
+
+
+
+
Default:
"stateless"
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+SCA API +
+ + + +
+- + + -- cgit v1.2.3