- 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:
-
- Maven Artifact Identifier:
-
- See:
-
Action Summary
Modifier and type |
Action and description |
abstract java.lang.String |
value
Replies the original signature of the function with default value parameters. |
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:
-