public abstract class AbstractDescription extends Object implements Annotated
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDescription() |
protected |
AbstractDescription(SparseAnnotations... annotations)
Creates a new entity, annotated with the specified annotations.
|
| Modifier and Type | Method and Description |
|---|---|
SparseAnnotations |
annotations()
Returns the key/value annotations.
|
boolean |
equals(Object object) |
int |
hashCode() |
protected AbstractDescription()
protected AbstractDescription(SparseAnnotations... annotations)
annotations - optional key/value annotations mappublic SparseAnnotations annotations()
Annotatedannotations in interface Annotated