Commit ce4ba33c by 袁伟铭

添加方法注解

parent 0c5f7fbc
......@@ -11,8 +11,8 @@ import java.lang.annotation.Target;
* @author wilmiam
* @since 2022/1/5 10:42
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface ApiMethod {
@AliasFor("name")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment