@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 |
---|---|
String[] |
value
The color codes which are used to query the
ColorManager . |
public abstract String[] value
ColorManager
.