Move reflection hints for ObjectToObjectConverter conventions to aot.hint.support

Avoids an accidental package cycle between aot and core (only aot->core allowed).

See gh-29429
This commit is contained in:
Juergen Hoeller
2022-11-12 11:23:40 +01:00
parent 049eb98e00
commit ffd45c0e7b
3 changed files with 7 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.core.convert.support;
package org.springframework.aot.hint.support;
import java.time.LocalDate;