org.mule.api.annotations
Annotation Type Category


@Target(value={METHOD,TYPE})
@Retention(value=SOURCE)
@Documented
public @interface Category

This annotation is meant to be applied to methods marked with Processor/Source and it is used by the Studio generation and the Doclet to organize the message processors.


Required Element Summary
 String description
          Name of the category
 String name
          Name of the category
 

Element Detail

name

public abstract String name
Name of the category


description

public abstract String description
Name of the category



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