Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
API
Commits
ce5b0342
Commit
ce5b0342
authored
May 28, 2018
by
Tobias Meuser
Browse files
Updated self transition to support function
parent
f96cb6a8
Changes
1
Show whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/component/transition/MechanismState.java
View file @
ce5b0342
...
...
@@ -42,7 +42,7 @@ import java.lang.annotation.Target;
*
*/
@Retention
(
RetentionPolicy
.
RUNTIME
)
@Target
({
ElementType
.
FIELD
})
@Target
({
ElementType
.
FIELD
,
ElementType
.
METHOD
})
public
@interface
MechanismState
{
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment