Annotation Interface Connection


@Target({PARAMETER,FIELD}) @Retention(RUNTIME) @Documented @MinMuleVersion("4.4") 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