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


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

The Info annotation contains textual information about a module or property.


Required Element Summary
 java.lang.String value
          Returns the info strings.
 

Element Detail

value

public abstract java.lang.String value
Returns the info strings.

Returns:
the info strings