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


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

Marks a Configurable field or a Processor/Source parameters as optional.
If wanted to define some default value different from null. @Default annotation should be used.



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