@Target(value=METHOD)
@Retention(value=SOURCE)
@Documented
public @interface TransformerResolver
A TransformResolver is used to find transformers that match a certain criteria in the mule registry.
Implementations of this interface will use some or all of the information passed in to discover
a matching transformer.
This is not going to generate any operation in your connector.