mirror of
https://github.com/Estom/notes.git
synced 2026-02-07 12:35:20 +08:00
Java内容重新整理删除过期的东西
This commit is contained in:
14
Java/JavaDemo/codedemo/java/lang/instrument/Hello.java
Normal file
14
Java/JavaDemo/codedemo/java/lang/instrument/Hello.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package cn.aofeng.demo.java.lang.instrument;
|
||||
|
||||
/**
|
||||
* Instrumentation启动类。 *
|
||||
*
|
||||
* @author <a href="mailto:aofengblog@163.com">聂勇</a>
|
||||
*/
|
||||
public class Hello {
|
||||
|
||||
public static void main(String[] args) {
|
||||
// nothing
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user