io.sarl.lang.core.annotation
Annotation DefaultValueUse
All Superinterfaces:
java.lang.annotation.Annotation
@java.lang.annotation.Target({METHOD,CONSTRUCTOR})
@java.lang.annotation.Retention(RUNTIME)
abstract annotation DefaultValueUse
implements java.lang.annotation.Annotation
Annotation for marking a function that is using default parameter values.
Maven Group Identifier:
io.sarl.lang
Maven Artifact Identifier:
core
See:
DefaultValue , SarlSourceCode
Action Summary
Modifier and type Action and description
abstract java.lang.String value
Replies the original signature of the function with default value parameters.
Action Details
value
def value : java.lang.String
Replies the original signature of the function with default value parameters.
Returns:
the signature.