main.java
来自「JDiff is a Javadoc doclet which generate」· Java 代码 · 共 22 行
JAVA
22 行
package com.acme.sp;import java.lang.*;/** * This application does nothing, but should compile cleanly * and demonstrate how to use JDiff to track changes in API between * versions of products. */public class Main { /** * The main program for SuperProduct. * Since this API does not change between versions, it does not * appear in the reported differences. * * @param args The command line arguments */ public static void main(String args[]) { }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?