org.codehaus.enunciate.doc
Annotation Type DocumentationGroup


@Target(value={PACKAGE,TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface DocumentationGroup

Annotation hint for declaring the grouping of certain documentation elements.

Author:
Ryan Heaton

Required Element Summary
 java.lang.String[] value
          The groups for this documentation element.
 

Element Detail

value

public abstract java.lang.String[] value
The groups for this documentation element.

Returns:
The groups for this documentation element.