mirror of
https://github.com/Estom/notes.git
synced 2026-04-15 02:39:56 +08:00
java
This commit is contained in:
14
Java/Java源代码/codedemo/java/lang/instrument/Hello.java
Normal file
14
Java/Java源代码/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