mirror of
https://github.com/Estom/notes.git
synced 2026-04-07 12:57:59 +08:00
动态代理
This commit is contained in:
13
JavaDemo/JdkDemo/src/main/java/org/example/App.java
Normal file
13
JavaDemo/JdkDemo/src/main/java/org/example/App.java
Normal file
@@ -0,0 +1,13 @@
|
||||
package org.example;
|
||||
|
||||
/**
|
||||
* Hello world!
|
||||
*
|
||||
*/
|
||||
public class App
|
||||
{
|
||||
public static void main( String[] args )
|
||||
{
|
||||
System.out.println( "Hello World!" );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user