Interface MiddleWare<A extends Annotation>

Type Parameters:
A - 攔截器標註

public interface MiddleWare<A extends Annotation>
中間件攔截器
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    intercept(InterceptContext context, A annotation)
    攔截方法
  • Method Details