summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java/sca/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/Property.java9
1 files changed, 3 insertions, 6 deletions
diff --git a/java/sca/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/Property.java b/java/sca/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/Property.java
index 0ab54ef6e4..5905946627 100644
--- a/java/sca/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/Property.java
+++ b/java/sca/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/Property.java
@@ -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 @@ public @interface Property {
*
* @return true if a value must be provided
*/
- boolean required() default false;
+ boolean required() default true;
}