📄 version.java
字号:
//$Id: $
package org.hibernate.cfg.annotations;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
/**
* @author Emmanuel Bernard
*/
public class Version {
public static final String VERSION = "3.3.1.GA";
private static Log log = LogFactory.getLog( Version.class );
static {
log.info( "Hibernate Annotations " + VERSION );
}
public static void touch() {
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -