Will check all method level annotations to see if there are any {@link org.mule.api.annotations.Transformer} annotations present.For each method annotated with {@link org.mule.api.annotations.Transformer} a Mule transformer will be created. When thetransformer is used, the method will get invoked
@see org.mule.api.annotations.Transformer
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.