@Target({PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.4")
public @interface Config
Indicates that the annotated member should be injected with the currently active configuration instance.
This annotation can either be applied to an argument of an operation method Operations or to a field of a class which
extends the Source class. It is not to be used on configurations
- Since:
- 1.0