From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/osoa/sca/annotations/PolicySets.html | 211 +++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/annotations/PolicySets.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/annotations/PolicySets.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/annotations/PolicySets.html b/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/annotations/PolicySets.html new file mode 100644 index 0000000000..0e7d1c4b40 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-0.9/sca-api/org/osoa/sca/annotations/PolicySets.html @@ -0,0 +1,211 @@ + + + + + + +PolicySets + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.osoa.sca.annotations +
+Annotation Type PolicySets

+
+
+
@Target(value={TYPE,FIELD,METHOD,PARAMETER})
+@Retention(value=RUNTIME)
+public @interface PolicySets
+ + +

+Annotation that allows application of SCA Policy Sets. +

+ Each policy set is specified using its XML QName in the form defined by QName.toString(). +

+ +

+

+
Version:
+
$Rev: 537744 $ $Date: 2007-05-14 09:00:18 +0100 (Mon, 14 May 2007) $
+
+
+ +

+ + + + + + + + + + + +
+Optional Element Summary
+ java.lang.String[]value + +
+          Returns the policy sets to be applied.
+  +

+

+value

+
+public abstract java.lang.String[] value
+
+
Returns the policy sets to be applied. +

+

+
+
+
+ +
Returns:
the policy sets to be applied
+
+
Default:
""
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3