We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f2501 commit 967e048Copy full SHA for 967e048
config/checkstyle/import-control.xml
@@ -3,6 +3,7 @@
3
<import-control pkg="org.springframework.boot">
4
<allow pkg="io.micrometer.observation" />
5
<disallow pkg="io.micrometer" />
6
+ <allow class="org.springframework.lang.Contract" />
7
<disallow pkg="org.springframework.lang" />
8
<allow pkg=".*" regex="true" />
9
0 commit comments