Add missing package-info.java file for autoproxy.target package
This commit is contained in:
parent
6c29a5779e
commit
5fd75dd27b
|
@ -0,0 +1,10 @@
|
||||||
|
/**
|
||||||
|
* Various {@link org.springframework.aop.framework.autoproxy.TargetSourceCreator}
|
||||||
|
* implementations for use with Spring's AOP auto-proxying support.
|
||||||
|
*/
|
||||||
|
@NonNullApi
|
||||||
|
@NonNullFields
|
||||||
|
package org.springframework.aop.framework.autoproxy.target;
|
||||||
|
|
||||||
|
import org.springframework.lang.NonNullApi;
|
||||||
|
import org.springframework.lang.NonNullFields;
|
Loading…
Reference in New Issue