From d3cf4bfe8e75366ef61b0ea2779c72917e23be3a Mon Sep 17 00:00:00 2001 From: antelder Date: Thu, 8 Apr 2010 11:12:12 +0000 Subject: Lates OASIS files for the annottaions, no changes just formating and javadoc git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931880 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/oasisopen/sca/annotation/Qualifier.java | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'sca-java-2.x/trunk/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/Qualifier.java') diff --git a/sca-java-2.x/trunk/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/Qualifier.java b/sca-java-2.x/trunk/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/Qualifier.java index 97204fdf32..dd002d27c7 100644 --- a/sca-java-2.x/trunk/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/Qualifier.java +++ b/sca-java-2.x/trunk/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/Qualifier.java @@ -1,5 +1,5 @@ /* - * Copyright(C) OASIS(R) 2005,2009. All Rights Reserved. + * Copyright(C) OASIS(R) 2005,2010. All Rights Reserved. * OASIS trademark, IPR and other policies apply. */ package org.oasisopen.sca.annotation; @@ -11,12 +11,14 @@ import java.lang.annotation.Retention; import java.lang.annotation.Target; /** - * Annotation that can be applied to an attribute of an @Intent annotation to indicate the - * attribute provides qualifiers for the intent. - * - * @version $Rev$ $Date$ + * The @Qualifier annotation is applied to an attribute of a + * specific intent annotation definition, defined using the @Intent + * annotation, to indicate that the attribute provides qualifiers + * for the intent. The @Qualifier annotation MUST be used in a + * specific intent annotation definition where the intent has qualifiers. */ @Target(METHOD) @Retention(RUNTIME) public @interface Qualifier { + } -- cgit v1.2.3