mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Allow org.springframework.lang.Contract import
See gh-46587
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
<import-control pkg="org.springframework.boot">
|
||||
<allow pkg="io.micrometer.observation" />
|
||||
<disallow pkg="io.micrometer" />
|
||||
<allow class="org.springframework.lang.Contract" />
|
||||
<disallow pkg="org.springframework.lang" />
|
||||
<allow pkg=".*" regex="true" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user