net.sf.okapi.common.annotation
Interface IAnnotation

All Known Implementing Classes:
AltTranslationsAnnotation, InlineAnnotation, SubFilterAnnotation, TargetPropertiesAnnotation, TermsAnnotation

public interface IAnnotation

Common handle for all annotations.


Method Summary
 java.lang.String toString()
          Gets a human readable representation of this annotation.
 

Method Detail

toString

java.lang.String toString()
Gets a human readable representation of this annotation.

Overrides:
toString in class java.lang.Object
Returns:
a human readable representation of this annotation.