org.mule.api.annotations.rest
Annotation Type RestPostParam


@Target(value={PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface RestPostParam


Required Element Summary
 String value
           
 
Optional Element Summary
 boolean ignoreIfEmpty
           
 

Element Detail

value

public abstract String value

ignoreIfEmpty

public abstract boolean ignoreIfEmpty
Default:
false


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