Annotation Type ValueOptions
-
@Target({PARAMETER,METHOD,FIELD}) @Retention(RUNTIME) @Documented public @interface ValueOptions
An annotation that you can use to direct the ESB into presenting your method parameter as a select box, with the options given in the value property. You can read more about this here
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
othersAllowed
String[]
value
-
-
-
Element Detail
-
value
String[] value
- Default:
- {""}
-
-