public static class Named.Names extends Object implements Named, Serializable
Named.Names| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
static <T> T |
checkNotNull(T reference,
Object errorMessage) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
value() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waittoStringpublic Names(String value)
public static <T> T checkNotNull(T reference,
Object errorMessage)
public String value()
public int hashCode()
hashCode in interface AnnotationhashCode in class Objectpublic boolean equals(Object o)
equals in interface Annotationequals in class Objectpublic Class<? extends Annotation> annotationType()
annotationType in interface AnnotationCopyright © 2020. All rights reserved.