1
0
mirror of https://e.coding.net/circlecloud/YumCore.git synced 2025-09-01 11:26:56 +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

View File

@ -11,7 +11,7 @@ import java.lang.annotation.Target;
* @since 2016年7月23日 上午9:00:07
* @author 喵♂呜
*/
@Target(ElementType.METHOD)
@Target(ElementType.PARAMETER)
@Retention(RetentionPolicy.RUNTIME)
public @interface Option {
String value();