Skip to content

Commit

Permalink
add surpress annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
fishercoder1534 committed Jan 20, 2024
1 parent 3cdc8b1 commit b517158
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/beansForDemoBeanPostProcessor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

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

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

0 comments on commit b517158

Please sign in to comment.