|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@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 |
|---|
public abstract String name
public abstract String description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||