Skip to content

Commit 967e048

Browse files
committed
Allow org.springframework.lang.Contract import
See gh-46587
1 parent 86f2501 commit 967e048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/checkstyle/import-control.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<import-control pkg="org.springframework.boot">
44
<allow pkg="io.micrometer.observation" />
55
<disallow pkg="io.micrometer" />
6+
<allow class="org.springframework.lang.Contract" />
67
<disallow pkg="org.springframework.lang" />
78
<allow pkg=".*" regex="true" />
89

0 commit comments

Comments
 (0)