public class AnnotationHint extends Object implements Hint
Constructor and Description |
---|
AnnotationHint(String value,
AppliesTo applies,
String model) |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
AppliesTo |
applies() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
model() |
String |
value() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
toString
public String value()
public AppliesTo applies()
public String model()
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
public boolean equals(Object o)
equals
in interface Annotation
equals
in class Object
public int hashCode()
hashCode
in interface Annotation
hashCode
in class Object
Copyright © 2005–2020. All rights reserved.