Annotation Type AllowUnusedBindings


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface AllowUnusedBindings
Suppresses error when bindings are created but never used in the query.
See Also: