Commit 693f6dd
committed
Filter source @configuration with @componentscan
Exclude self @component when parsing @componentscan annotations.1 parent b578ab0 commit 693f6ddCopy full SHA for 693f6dd
File tree
Expand file treeCollapse file tree
1 file changed
+9
-2
lines changedOpen diff view settings
Filter options
- spring-context/src/main/java/org/springframework/context/annotation
Expand file treeCollapse file tree
1 file changed
+9
-2
lines changedOpen diff view settings
Collapse file
spring-context/src/main/java/org/springframework/context/annotation/ComponentScanAnnotationParser.java
Copy file name to clipboardExpand all lines: spring-context/src/main/java/org/springframework/context/annotation/ComponentScanAnnotationParser.java+9-2Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | | - |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
| ||
28 | 28 | |
29 | 29 | |
30 | 30 | |
| 31 | + |
31 | 32 | |
32 | 33 | |
33 | 34 | |
| ||
64 | 65 | |
65 | 66 | |
66 | 67 | |
67 | | - |
| 68 | + |
68 | 69 | |
69 | 70 | |
70 | 71 | |
| ||
120 | 121 | |
121 | 122 | |
122 | 123 | |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
123 | 130 | |
124 | 131 | |
125 | 132 | |
|
0 commit comments