Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-09-09 10:44:12 +0000
committerHenrik Rentz-Reichert2013-09-09 10:45:35 +0000
commitd3b176398b5b6bcca10be1b2e9d32226ca73d075 (patch)
tree7696855ab2b6bbe028316e8e77e789061348c106 /runtime/org.eclipse.etrice.modellib.java
parent9ef854c835d5bf4cbd758ca7bad927fe6bee77bd (diff)
downloadorg.eclipse.etrice-d3b176398b5b6bcca10be1b2e9d32226ca73d075.tar.gz
org.eclipse.etrice-d3b176398b5b6bcca10be1b2e9d32226ca73d075.tar.xz
org.eclipse.etrice-d3b176398b5b6bcca10be1b2e9d32226ca73d075.zip
[modellib.c, modellib.java] added Annotation BehaviorManual
Diffstat (limited to 'runtime/org.eclipse.etrice.modellib.java')
-rw-r--r--runtime/org.eclipse.etrice.modellib.java/model/Annotations.room4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/org.eclipse.etrice.modellib.java/model/Annotations.room b/runtime/org.eclipse.etrice.modellib.java/model/Annotations.room
index 22655947f..73bc1a391 100644
--- a/runtime/org.eclipse.etrice.modellib.java/model/Annotations.room
+++ b/runtime/org.eclipse.etrice.modellib.java/model/Annotations.room
@@ -1,5 +1,9 @@
RoomModel room.basic.annotations {
+ AnnotationType BehaviorManual {
+ target = ActorBehavior
+ }
+
AnnotationType ActorBaseClass {
target = ActorClass
mandatory attribute class: ptCharacter

Back to the top