Repackage Javapoet in org.springframework.javapoet

This commit repackages the Javapoet library into spring-core so that it
can be used by the AOT engine without requiring a specific version.

Closes gh-27828
This commit is contained in:
Stephane Nicoll
2022-01-06 14:52:48 +01:00
parent 7a2c9b80c2
commit dfae8effa8
3 changed files with 34 additions and 3 deletions

View File

@@ -0,0 +1,6 @@
/**
* Spring's repackaging of
* <a href="https://github.com/square/javapoet">JavaPoet</a>
* (with Spring-specific utilities; for internal use only).
*/
package org.springframework.javapoet;