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/02/26 18:58:48 UTC

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

Author: jboynes
Date: Mon Feb 26 09:58:48 2007
New Revision: 511930

URL: http://svn.apache.org/viewvc?view=rev&rev=511930
Log:
remove deprecated non-standard xmlType attribute

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

Modified: incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/Property.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/Property.java?view=diff&rev=511930&r1=511929&r2=511930
==============================================================================
--- incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/Property.java (original)
+++ incubator/tuscany/java/spec/sca-api-r1.0/src/main/java/org/osoa/sca/annotations/Property.java Mon Feb 26 09:58:48 2007
@@ -48,12 +48,4 @@
      * @return true if a value must be provided
      */
     boolean required() default false;
-
-    /**
-     * The XML Type in a QName format.
-     * FIXME This is not part of the spec and must be removed.
-     */
-    @Deprecated
-    public String xmlType() default "";
-
 }



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