[]是个数组 String数组包含String ,单个参数用string,多个参数用数组
比如
public @interface Param { String value(); } public @interface Insert { String[] value(); }