io.sarl.lang.core.annotation
Annotation SarlAsynchronousExecution
All Superinterfaces:
java.lang.annotation.Annotation
@java.lang.annotation.Target(METHOD)
@java.lang.annotation.Retention(CLASS)
abstract annotation SarlAsynchronousExecution
implements java.lang.annotation.Annotation
Annotation for marking a function that is supposed to be run in parallel. Any function that is marked with this annotation may return from its call before the expected behavior of the function is really ran. In other words, It is an indicator that may be used by the SARL editor for displaying this function in a different way to the SARL developper.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
core
Since:
0.12