org.mule.api.annotations
Annotation Type Required


@Target(value=FIELD)
@Retention(value=SOURCE)
@Documented
public @interface Required

Annotation to mark a field as required. This is useful for fields required on received POJOS.



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