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


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


Required Element Summary
 String value
           
 
Optional Element Summary
 String separatedBy
           
 

Element Detail

value

public abstract String value

separatedBy

public abstract String separatedBy
Default:
""


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