org.mule.api.annotations.param
Annotation Type RefOnly


@Target(value={PARAMETER,FIELD,METHOD})
@Retention(value=SOURCE)
@Documented
public @interface RefOnly

Marks a Configurable field or a Processor/Source parameters as being passed by reference only.
This annotation have to be used carefully as it can break connector's compatibility.



Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.