org.opt4j.core.config.annotations
Annotation Type Category


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Category

The Category annotation marks a class as a category.


Optional Element Summary
 java.lang.String value
          Returns the custom name.
 

value

public abstract java.lang.String value
Returns the custom name.

Returns:
the custom name
Default:
""