Commit ce5b0342 authored by Tobias Meuser's avatar Tobias Meuser
Browse files

Updated self transition to support function

parent f96cb6a8
......@@ -42,7 +42,7 @@ import java.lang.annotation.Target;
*
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.FIELD })
@Target({ ElementType.FIELD, ElementType.METHOD })
public @interface MechanismState {
/**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment