Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/org.eclipse.etrice.modellib.c/model/Annotations.room11
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/org.eclipse.etrice.modellib.c/model/Annotations.room b/runtime/org.eclipse.etrice.modellib.c/model/Annotations.room
index c9d61526d..dbdbb0a8d 100644
--- a/runtime/org.eclipse.etrice.modellib.c/model/Annotations.room
+++ b/runtime/org.eclipse.etrice.modellib.c/model/Annotations.room
@@ -6,6 +6,17 @@ RoomModel room.basic.annotations {
target = ActorBehavior
}
+ /**
+ * Marks elements as deprecated.
+ */
+ AnnotationType Deprecated {
+ target = {
+ ActorClass, DataClass, Message, Port, ProtocolClass, SubSystemClass
+ }
+ optional attribute error: ptBoolean
+ optional attribute noGenerate: ptBoolean
+ }
+
AnnotationType DataLogging {
target = SubSystemClass
mandatory attribute pathlist: ptCharacter

Back to the top