Author: jmarino
Date: Fri Jan 5 03:40:53 2007
New Revision: 492990
URL: http://svn.apache.org/viewvc?view=rev&rev=492990
Log:
remove specification eager initialization on @Init
Modified:
incubator/tuscany/java/spec/sca/src/main/java/org/osoa/sca/annotations/Init.java
Modified:
incubator/tuscany/java/spec/sca/src/main/java/org/osoa/sca/annotations/Init.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca/src/main/java/org/osoa/sca/annotations/Init.java?view=diff&rev=492990&r1=492989&r2=492990
==============================================================================
---
incubator/tuscany/java/spec/sca/src/main/java/org/osoa/sca/annotations/Init.java
(original)
+++
incubator/tuscany/java/spec/sca/src/main/java/org/osoa/sca/annotations/Init.java
Fri Jan 5 03:40:53 2007
@@ -24,18 +24,13 @@
import java.lang.annotation.Target;
/**
- * Annotation used to indicate a method that will be called by the container
when the
- * scope defined for the local service begins.
+ * Annotation used to indicate a method that will be called by the container
when the scope defined for the local
+ * service begins.
*
* @version $Rev$ $Date$
*/
@Target(METHOD)
@Retention(RUNTIME)
public @interface Init {
- /**
- * 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.
- */
- public boolean eager() default false;
+
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]