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


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

The Icon annotation assigns an icon to modules.


Required Element Summary
 java.lang.String value
          Returns the url of the icon.
 

Element Detail

value

public abstract java.lang.String value
Returns the url of the icon.

Returns:
the url of the icon