org.mule.api.annotations
Annotation Type TransformerResolver


@Target(value=METHOD)
@Retention(value=SOURCE)
@Documented
public @interface TransformerResolver

A TransformResolver is used to find transformers that match a certain criteria in the registry. Implementations of this interface will use some or all of the information passed in to discover a matching transformer.



Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.