From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca-api/org/osoa/sca/annotations/Init.html | 212 +++++++++++++++++++++ 1 file changed, 212 insertions(+) create mode 100644 branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/annotations/Init.html (limited to 'branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/annotations/Init.html') diff --git a/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/annotations/Init.html b/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/annotations/Init.html new file mode 100644 index 0000000000..b50c3e8f84 --- /dev/null +++ b/branches/site-20060730-mvnbased/src/site/resources/javadoc/sca-api/org/osoa/sca/annotations/Init.html @@ -0,0 +1,212 @@ + + + + + + + +Init (SCA API incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+SCA API +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type Init

+
+
+
@Target(value=METHOD)
+@Retention(value=RUNTIME)
+public @interface Init
+ + +

+Annotation used to indicate a method that will be called by the container when the + scope defined for the local service begins. +

+ +

+

+
Version:
+
$Rev: 368822 $ $Date: 2006-01-13 13:54:38 -0500 (Fri, 13 Jan 2006) $
+
+
+ +

+ + + + + + + + + + + +
+Optional Element Summary
+ booleaneager + +
+          Instructs the container when a component instance should be instantiated.
+  +

+

+eager

+
+public abstract boolean eager
+
+
Instructs the container when a component instance should be instantiated. + If true, then the component will be instantiated when its scope begins; + if false it will be instantiated when first referenced. +

+

+
+
+
+
+
+
Default:
false
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+SCA API +
+ + + +
+- + + -- cgit v1.2.3