Package com.graphdbapi.procedure
Annotation Type Name
-
@Target(PARAMETER) @Retention(RUNTIME) public @interface Name
用以界定程序输入参数的名称,在调用程序时为程序确定参数值。例如,如果用参数进行程序调用,此时声明的名称需映射至参数的名称。
-
-
Field Summary
Fields Modifier and Type Fields Description static String
DEFAULT_VALUE
默认值
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
defaultValue
-