public interface MetadataAware
annotations.Module
and annotations.Connector annotated class and its purpose is
to define a contract to query the annotated class about its metadata.| Modifier and Type | Method and Description |
|---|---|
String |
getDevkitBuild()
Returns the build of the DevKit used to create this module
|
String |
getDevkitVersion()
Returns the version of the DevKit used to create this module
|
String |
getMinMuleVersion()
Returns the minimun compatible runtime version
|
String |
getModuleName()
Returns the user-friendly name of this module
|
String |
getModuleVersion()
Returns the version of this module
|
String getModuleName()
String getModuleVersion()
String getDevkitVersion()
String getDevkitBuild()
String getMinMuleVersion()
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.