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.

Version:
$Rev: 701389 $ $Date: 2008-10-03 19:55:27 +0530 (Fri, 03 Oct 2008) $



Copyright © 2009. All Rights Reserved.