ix.icore
Interface Annotated

All Known Subinterfaces:
IXObject

public interface Annotated

Objects that have annotations.


Method Summary
 java.lang.Object getAnnotation(java.lang.Object key)
           
 Annotations getAnnotations()
           
 void setAnnotation(java.lang.Object key, java.lang.Object value)
           
 void setAnnotations(Annotations annotations)
           
 

Method Detail

getAnnotations

public Annotations getAnnotations()

setAnnotations

public void setAnnotations(Annotations annotations)

getAnnotation

public java.lang.Object getAnnotation(java.lang.Object key)

setAnnotation

public void setAnnotation(java.lang.Object key,
                          java.lang.Object value)