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