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


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

The Name annotation assigns a user defined name to a module or property.


Required Element Summary
 java.lang.String value
          Returns the name.
 

Element Detail

value

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

Returns:
the name