@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Configuration
org.mule.runtime.extension.api.introspection.Configuration model.
The class will be scanned for fields annotated with Parameter
or ParameterGroup to obtain that configuration's parameters| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
Provides a description of the configuration.
|
String |
name
The name of the configuration.
|
public abstract String name
public abstract String description
Copyright © 2017 MuleSoft, Inc.. All rights reserved.