动态代理

This commit is contained in:
yinkanglong
2023-12-16 12:59:15 +08:00
parent d2e5c774ad
commit b05035ea7b
11 changed files with 422 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package org.example;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}