Author: edwardsmj
Date: Fri Oct  2 15:07:14 2009
New Revision: 821045

URL: http://svn.apache.org/viewvc?rev=821045&view=rev
Log:
Updated @Property definition to match the latest Java CAA specification as 
defined in TUSCANY-3293

Modified:
    
tuscany/java/sca/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/Property.java

Modified: 
tuscany/java/sca/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/Property.java
URL: 
http://svn.apache.org/viewvc/tuscany/java/sca/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/Property.java?rev=821045&r1=821044&r2=821045&view=diff
==============================================================================
--- 
tuscany/java/sca/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/Property.java
 (original)
+++ 
tuscany/java/sca/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/Property.java
 Fri Oct  2 15:07:14 2009
@@ -1,9 +1,6 @@
 /*
- * (c) Copyright BEA Systems, Inc., Cape Clear Software, International 
Business Machines Corp, Interface21, IONA Technologies,
- * Oracle, Primeton Technologies, Progress Software, Red Hat, Rogue Wave 
Software, SAP AG., Siemens AG., Software AG., Sybase
- * Inc., TIBCO Software Inc., 2005, 2007. All rights reserved.
- * 
- * see 
http://www.osoa.org/display/Main/Service+Component+Architecture+Specifications
+ * Copyright(C) OASIS(R) 2005,2009. All Rights Reserved.
+ * OASIS trademark, IPR and other policies apply.    
  */
 package org.oasisopen.sca.annotation;
 
@@ -37,5 +34,5 @@
      *
      * @return true if a value must be provided
      */
-    boolean required() default false;
+    boolean required() default true;
 }


Reply via email to