org.mule.api.annotations
Annotation Type Configurable


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

Marks a field inside a Module as being configurable. A user will be able to use XML attributes to set this bean properties when using the Module.

The field must be a Java bean property (ie it needs to have setters and getters matching the field name).



Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.