1
0
mirror of https://e.coding.net/circlecloud/YumCore.git synced 2025-09-02 11:36:59 +00:00

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

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
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 2016年7月23日 上午9:00:07 * @since 2016年7月23日 上午9:00:07
* @author 喵♂呜 * @author 喵♂呜
*/ */
@Target(ElementType.METHOD) @Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
public @interface Option { public @interface Option {
String value(); String value();