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 db903c2 commit 7a000e6Copy full SHA for 7a000e6
spring-boot-docs/src/main/groovy/generateTestSlicesTable.groovy
@@ -94,7 +94,7 @@ Set<String> findMetaImporters(AnnotationMetadata annotationMetadata) {
94
}
95
96
boolean isAutoConfigurationImporter(String annotationType, AnnotationMetadata metadata) {
97
- metadata.getMetaAnnotationTypes(annotationType).contains('org.springframework.boot.autoconfigure.ImportAutoConfiguration')
+ metadata.getMetaAnnotationTypes(annotationType)?.contains('org.springframework.boot.autoconfigure.ImportAutoConfiguration')
98
99
100
void writeTestSlicesTable(List<TestSlice> testSlices) {
0 commit comments