@Retention(value=SOURCE)
@Target(value=TYPE)
@Documented
public @interface ColorCodes
DockColor
. These codes
are inherited by subclasses, unless subclasses override them by having
an annotation as well.Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
The color codes which are used to query the
ColorManager . |
public abstract java.lang.String[] value
ColorManager
.