Annotation Interface DefaultEncoding


@Target({FIELD,PARAMETER}) @Retention(RUNTIME) @Documented @MinMuleVersion("4.5.0") public @interface DefaultEncoding
This annotation is meant to be applied on fields of classes or on operation's arguments.

This annotation signals that the target field should be injected with Mule's default encoding.

The annotated field should be of type String

Since:
1.0