Strengthen package-like assertions
See gh-42682
This commit is contained in:
committed by
Phillip Webb
parent
98dd7b2758
commit
87cc2efb64
@@ -280,7 +280,7 @@ public class AutoConfigureAnnotationProcessor extends AbstractProcessor {
|
||||
}
|
||||
|
||||
private boolean isSpringClass(String type) {
|
||||
return type.startsWith("org.springframework");
|
||||
return type.startsWith("org.springframework.");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user