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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to