| Annotation Type | Description |
|---|---|
| Experimental |
Annotates a program element that exists but is still being experimented.
|
| VisibleForTesting |
Annotates a program element that exists, or is more widely visible than otherwise necessary, only for use in test
code.
|
Annotations are used in NeoEMF as documentation helpers, providing information on the status of a feature. For
example, a class annotated with @Experimental specifies that the provided API might evolve in the next
releases, and should be carefully used.
Note: Current annotation are not processed and are only used for documentation purposes.
Copyright © 2013–2017 Atlanmod INRIA LINA Mines Nantes. All rights reserved.