@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.METHOD})
@Inherited
@Documented
public @interface MetricsAll {
}
https://www.cnblogs.com/dalaoyang/p/8657030.html
这个链接里面得方法挺有意思
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.METHOD})
@Inherited
@Documented
public @interface MetricsAll {
}
https://www.cnblogs.com/dalaoyang/p/8657030.html
这个链接里面得方法挺有意思