org.apache.hivemind.parse
Interface AnnotationHolder

All Known Subinterfaces:
AttributeModel, ElementModel, Schema
All Known Implementing Classes:
AbstractServiceDescriptor, AttributeModelImpl, BaseAnnotationHolder, ConfigurationPointDescriptor, ContributionDescriptor, ElementModelImpl, ImplementationDescriptor, ModuleDescriptor, SchemaImpl, ServicePointDescriptor

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

java.lang.String getAnnotation()

setAnnotation

void setAnnotation(java.lang.String annotation)