Package org.jdbi.v3.sqlobject.customizer
Annotation Type Bind
-
@Retention(RUNTIME) @Target(PARAMETER) public @interface BindBinds the annotated argument as a named parameter, and as a positional parameter.
-
-
Element Detail
-
value
java.lang.String value
The name to bind the argument to. If omitted, the name of the annotated parameter is used. It is an error to omit the name when there is no parameter naming information in your class files.- Returns:
- the name to which the argument will be bound.
- Default:
- ""
-
-