@Retention(value=RUNTIME)
@Target(value={PARAMETER,FIELD})
public @interface DefaultValue
Specify default value for a parameter binding
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The default value in String
|
Copyright © 2014–2017 ActFramework. All rights reserved.