org.mule.api.annotations
Annotation Type ContainsTransformerMethods


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface ContainsTransformerMethods

Used to mark a that a class contains methods which are Mule Transformer. These methods must themselves be annotated with @Transformer

See Also:
Transformer



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.