You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jm...@apache.org on 2007/02/22 05:18:21 UTC

svn commit: r510386 - /incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/EagerInit.java

Author: jmarino
Date: Wed Feb 21 20:18:20 2007
New Revision: 510386

URL: http://svn.apache.org/viewvc?view=rev&rev=510386
Log:
remove initLevel from EagerInit annotation

Modified:
    incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/EagerInit.java

Modified: incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/EagerInit.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/EagerInit.java?view=diff&rev=510386&r1=510385&r2=510386
==============================================================================
--- incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/EagerInit.java (original)
+++ incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/EagerInit.java Wed Feb 21 20:18:20 2007
@@ -32,12 +32,4 @@
 @Retention(RetentionPolicy.RUNTIME)
 public @interface EagerInit {
 
-    /**
-     * A Tuscany-specific extension for specifying the component's initialization order, with lesser values given
-     * precedence. A value of 0 indicates the component should not be initialized eagerly.
-     *
-     * @return the component initalization level
-     */
-    public int value() default 50;
-
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org


Fwd: svn commit: r510386

Posted by Jim Marino <jm...@myromatours.com>.
FYI,

I've updated kernel to add support for the SCA 1.0 @EagerInit  
semantics, removing the initLevel attribute.

Jim


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org