fix: 修复注解参数错误 删除无用类库

Signed-off-by: 502647092 <admin@yumc.pw>
merge/1/MERGE
502647092 2016-11-22 20:21:23 +08:00
parent 5ded69df9e
commit 903f464f4d
7 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -11,7 +11,7 @@ import java.lang.annotation.Target;
* @since 2016723 9:00:07
* @author
*/
@Target(ElementType.METHOD)
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
public @interface Option {
String value();