Interface Annotation

All Superinterfaces:
Element, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AnnotationImpl

public interface Annotation extends Element
A representation of the model object 'Annotation'. Annotation is an element that specifies additional non-semantic information on an annotated element. It can also be specified on a reference to an ontology member, in which case it is interpreted as if it was specified on the member itself. An annotation is specified with an annotation property and an optional literal or reference value. When no value is specified, it is interpreted as a boolean `true` literal.

The following features are supported:

See Also:
Generated:
Model:
annotation="https://tabatkins.github.io/bikeshed heading='Elements'"