You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2007/03/11 16:18:40 UTC

svn commit: r516923 - /incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/component/Invocable.java

Author: jboynes
Date: Sun Mar 11 08:18:40 2007
New Revision: 516923

URL: http://svn.apache.org/viewvc?view=rev&rev=516923
Log:
use @Deprecated annotation

Modified:
    incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/component/Invocable.java

Modified: incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/component/Invocable.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/component/Invocable.java?view=diff&rev=516923&r1=516922&r2=516923
==============================================================================
--- incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/component/Invocable.java (original)
+++ incubator/tuscany/java/sca/kernel/spi/src/main/java/org/apache/tuscany/spi/component/Invocable.java Sun Mar 11 08:18:40 2007
@@ -35,8 +35,8 @@
      * @param operation  the operation to invoke
      * @return the target invoker
      * @throws TargetInvokerCreationException
-     * @deprecated
      */
+    @Deprecated
     TargetInvoker createTargetInvoker(String targetName, Operation operation) throws TargetInvokerCreationException;
 
     /**



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