ignore.java.svn-base
来自「struts2结合ext参数传递」· SVN-BASE 代码 · 共 9 行
SVN-BASE
9 行
package com.ufida.struts2.sample;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface Ignore {
String value();
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?