@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Extension
| Modifier and Type | Required Element and Description |
|---|---|
String |
name
A name consistent with the definition on
org.mule.extension.introspection.Extension#getName() |
String |
version
Specifies the version of this extension
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
configElementName
Name of the configuration element
|
String |
description
Short description about the extension's functionality
|
public abstract String name
org.mule.extension.introspection.Extension#getName()public abstract String version
public abstract String description
public abstract String configElementName
Copyright © 2015 MuleSoft, Inc.. All rights reserved.