public abstract class Annotatable extends Object
| Constructor and Description |
|---|
Annotatable() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compare for equality.
|
List<Annotation> |
getAnnotations()
Get Annotations.
|
int |
hashCode()
Create the hash code.
|
String |
toString() |
public List<Annotation> getAnnotations()
public boolean equals(Object obj)
public int hashCode()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.