org.mule.api.annotations
Annotation Type MetaDataScope
@Target(value={METHOD,TYPE})
@Retention(value=SOURCE)
@Documented
public @interface MetaDataScope
Used to differentiate grouping data sense types at operation or class level.
Each category, value(), has the ability to return types as well as describe them.
value
public abstract Class value
- The class within the
value() must implement MetaDataCategory.
If not, the connector's compilation will fail
Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.