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.


Required Element Summary
 Class value
          The class within the value() must implement MetaDataCategory.
 

Element Detail

value

public abstract Class value
The class within the value() must implement MetaDataCategory. If not, the connector's compilation will fail



Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.