From 938e8f66975589a340ec3818cf50a7ae672161f4 Mon Sep 17 00:00:00 2001 From: antelder Date: Tue, 26 Oct 2010 10:56:15 +0000 Subject: Delete and redo release branch git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027457 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/oasisopen/sca/annotation/PolicySets.java | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 sca-java-2.x/branches/2.0-Beta1/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/PolicySets.java (limited to 'sca-java-2.x/branches/2.0-Beta1/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/PolicySets.java') diff --git a/sca-java-2.x/branches/2.0-Beta1/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/PolicySets.java b/sca-java-2.x/branches/2.0-Beta1/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/PolicySets.java deleted file mode 100644 index 2f9fe9a098..0000000000 --- a/sca-java-2.x/branches/2.0-Beta1/modules/sca-api/src/main/java/org/oasisopen/sca/annotation/PolicySets.java +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Copyright(C) OASIS(R) 2005,2010. All Rights Reserved. - * OASIS trademark, IPR and other policies apply. - */ -package org.oasisopen.sca.annotation; - -import static java.lang.annotation.ElementType.FIELD; -import static java.lang.annotation.ElementType.METHOD; -import static java.lang.annotation.ElementType.PARAMETER; -import static java.lang.annotation.ElementType.TYPE; -import static java.lang.annotation.RetentionPolicy.RUNTIME; - -import java.lang.annotation.Retention; -import java.lang.annotation.Target; - -/** - * The @PolicySets annotation is used to attach one or more - * SCA Policy Sets to a Java implementation class or to one - * of its subelements. - */ -@Target({TYPE, FIELD, METHOD, PARAMETER}) -@Retention(RUNTIME) -public @interface PolicySets { - /** - * Returns the policy sets to be applied. - * - * @return the policy sets to be applied - */ - String[] value() default ""; -} -- cgit v1.2.3