public class KeyImpl extends Object implements Key
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
DEFAULT_NAME
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
String |
name() |
int |
order() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, toString
public static final String copyright
public KeyImpl(String name, int order)
public String name()
public int order()
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation