org.apache.hivemind.parse
Interface AnnotationHolder

All Known Subinterfaces:
AttributeModel, ElementModel, Schema
All Known Implementing Classes:
AttributeModelImpl, BaseAnnotationHolder, ElementModelImpl, SchemaImpl

public interface AnnotationHolder

Any Descriptor object which can be annotated with a description implements this interface.

Since:
1.1
Author:
Knut Wannheden

Method Summary
 java.lang.String getAnnotation()
           
 void setAnnotation(java.lang.String annotation)
           
 

Method Detail

getAnnotation

public java.lang.String getAnnotation()

setAnnotation

public void setAnnotation(java.lang.String annotation)