| Annotation Type | Description |
|---|---|
| Alias |
Defines an alias for a Java type.
|
| Configuration | |
| Configurations | |
| Extensible |
This annotation denotes that a given type can be extended
by others.
|
| Extension |
This annotation defines a class that will export its functionality as a Mule module.
|
| ImplementationOf |
Annotation that denotes that a given member is an implementation
of a type annotated with
Extensible. |
| Operation |
This annotation marks a method inside a extension class as a callable
from within a Mule runtime, defining an operation.
|
| Operations | |
| Parameter |
Marks a field inside a mule extension as being a parameter that the user can set.
|
| ParameterGroup |
Marks a field inside a mule extension as being a set of parameters that the user can set.
|
| RestrictedTo |
Copyright © 2015 MuleSoft, Inc.. All rights reserved.