io.sarl.lang.core.annotation
Annotation SarlSpecification
All Superinterfaces:
java.lang.annotation.Annotation
@java.lang.annotation.Target(TYPE)
@java.lang.annotation.Retention(RUNTIME)
abstract annotation SarlSpecification
implements java.lang.annotation.Annotation
Annotation for marking a JvmElement with the version number of the SARL specification.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
core
Action Summary
Modifier and type Action and description
abstract java.lang.String value
Replies the SARL code that is the cause of the generation.
Action Details
value
def value : java.lang.String
Replies the SARL code that is the cause of the generation.
Returns:
the SARL specification version.