public abstract class XAnnotated extends Object
Constructor and Description |
---|
XAnnotated(XAnnotation<?>[] xannotations)
Constructs an annotated item.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Annotation[] |
getAnnotations()
Returns annotations for this annotated item.
|
XAnnotation<?>[] |
getXAnnotations()
Returns the annotations associated with the item.
|
int |
hashCode() |
String |
toString() |
public XAnnotated(XAnnotation<?>[] xannotations)
xannotations
- item annotations, may be null
public XAnnotation<?>[] getXAnnotations()
public Annotation[] getAnnotations()
Copyright © 2006–2017. All rights reserved.