org.mule.api.annotations
Annotation Type Configurable


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

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

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



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