From bf2813dea1259f636fb6ebd4e9bb71f196d18c01 Mon Sep 17 00:00:00 2001 From: edwardsmj Date: Fri, 2 Oct 2009 15:07:14 +0000 Subject: Updated @Property definition to match the latest Java CAA specification as defined in TUSCANY-3293 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@821045 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/main/java/org/oasisopen/sca/annotation/Property.java | 9 +++------ 1 file 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; } -- cgit v1.2.3