io.sarl.lang.core.annotation
Annotation DefaultValue
All Superinterfaces:
java.lang.annotation.Annotation
@java.lang.annotation.Target(PARAMETER)
@java.lang.annotation.Retention(RUNTIME)
abstract annotation DefaultValue
implements java.lang.annotation.Annotation
Annotation for marking a parameter with a default value.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
core
See:
DefaultValueSource , SarlSourceCode
Action Summary
Modifier and type Action and description
abstract java.lang.String value
Replies the id of the field that contains the default value.
Action Details
value
def value : java.lang.String
Replies the id of the field that contains the default value.
Returns:
the devault value.