jfinal的拦截器配合@Before,能不能拦截private方法?
@Before(TestInterceptor.class) private String go() { return "go"; }