@Inherited @Retention(value=RUNTIME) @Target(value=METHOD) public @interface ControllerIgnore
忽略这个方法,被忽略的方法不会出现在 action 集合中。