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


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

The Parent annotation assigns a module an explicit parent category. The parent can be any class.


Required Element Summary
 java.lang.Class<?> value
          Returns the parent class.
 

Element Detail

value

public abstract java.lang.Class<?> value
Returns the parent class.

Returns:
the parent class