Annotation for marking a SARL action with fired events.
Several fired events has a strong semantic (Destroy, AgentKilled) since they indicate the action will never return.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
core
Action Summary
Modifier and type
Action and description
abstract java.lang.Class<T>
value
List of the events that are fired by the SARL action.
Modifier and type
Action and description
abstract java.lang.Class<T>
value
List of the events that are fired by the SARL action.
Action Details
value
def value : java.lang.Class<T>
List of the events that are fired by the SARL action.