mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-11-03 23:06:02 +00:00
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user