8000 add surpress annotation · fishercoder1534/SpringTutorials@b517158 · GitHub
[go: up one dir, main page]

Skip to content

Commit b517158

Browse files
add surpress annotation
1 parent 3cdc8b1 commit b517158

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/beansForDemoBeanPostProcessor.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3+
<!--suppress SpringFacetInspection -->
34
<beans xmlns="http://www.springframework.org/schema/beans"
45
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
56
xsi:schemaLocation="http://www.springframework.org/schema/beans
@@ -15,6 +16,7 @@
1516
value="Hello World from Steve Sun's very first own Spring project!" />
1617
</bean>
1718

19+
<!--suppress SpringFacetInspection -->
1820
<bean id="helloChina" class="common.HelloChina"
1921
parent="helloWorld" lazy-init="true">
2022
<property name="message" value="Hello China! It is China this time!" />

0 commit comments

Comments
 (0)
0