@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Bind
value
of the annotation as well as the parameter index. If the
value is not specified, it will default to using the parameter
name. It is an error to not specify the name when there is no
parameter naming information in your class files.Copyright © 2016. All rights reserved.