@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Index
Modifier and Type | Required Element and Description |
---|---|
int |
value
1 based index corresponding the index in a
ResultSet.getObject(index) call. |
Copyright © 2016–2020. All rights reserved.