mirror of
https://github.com/Estom/notes.git
synced 2026-02-04 02:53:57 +08:00
15 lines
245 B
Java
15 lines
245 B
Java
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
|
|
}
|
|
|
|
}
|