public class StatusImpl extends Object implements Status
Constructor and Description |
---|
StatusImpl(String[] red,
String[] amber,
String[] green) |
Modifier and Type | Method and Description |
---|---|
String[] |
amber() |
Class<? extends Annotation> |
annotationType() |
String[] |
green() |
String[] |
red() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, toString
public static final String copyright
public String[] red()
public String[] amber()
public String[] green()
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation