public abstract String value
In that query string, the parameter of the annotated method can be referenced using name
bind markers. For instance, the first parameter can be refered by :arg0
, the second one
by :arg1
, ... Alternatively, if a parameter of the annonated method has a Param
annotation, the value of that latter annoation should be used instead.
Copyright © 2012–2019. All rights reserved.