mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2024-11-22 01:48:50 +00:00
fix: 修复注解参数错误 删除无用类库
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
parent
5ded69df9e
commit
903f464f4d
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user