public abstract @interface

Configurable

implements Annotation
org.mule.api.annotations.Configurable

Class Overview

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).

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation