From 89f50eb6be3420fed9e590501ee50ba64a064cc8 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 6 Oct 2010 20:39:42 +0000 Subject: Add SCA API Javadoc for 1.6.1 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1005240 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/annotations/AllowsPassByReference.html | 173 +++++++++++++++++++++ 1 file changed, 173 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/AllowsPassByReference.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/AllowsPassByReference.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/AllowsPassByReference.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/AllowsPassByReference.html new file mode 100644 index 0000000000..5da63e7bc2 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.6.1/sca-api/org/osoa/sca/annotations/AllowsPassByReference.html @@ -0,0 +1,173 @@ + + + + + + +AllowsPassByReference + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

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

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

+Annotation on a method that indicates that its parameters may safely + be passed by reference. The annotation may also be placed on an interface + or class to indicate that all declared methods support this optimization. +

+ +

+ +

+ +

+ +


+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3