📄 female.java
字号:
package com.apress.springbook.chapter09;
/**
* Created by IntelliJ IDEA.
* User: stevend
* Date: 2-feb-2006
* Time: 20:02:53
* To change this template use File | Settings | File Templates.
*/
public final class Female extends Sex {
protected Female() {
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -