Module org.mule.sdk.api
Annotation Interface Deprecated
@Target({TYPE,FIELD,METHOD,PARAMETER})
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.5.0")
@DoNotEnforceMinMuleVersion
public @interface Deprecated
Indicated that the current annotated member is deprecated from the extension.
This annotation can be applied to: Operations, Parameters, Sources, Scopes, Routers, Functions, Configuration, Connection
Providers and Extensions.
- Since:
- 1.0
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-