org.mule.api.annotations
Annotation Type MetaDataRetriever


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

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.