org.mule.api.annotations
Annotation Type NoMetaData


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

This annotation marks a method inside a Module as a callable from within a Mule flow. Each parameter on this method will be featured as an attribute on the Mule XML invocation.



Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.