Browse Source

added restriction tool annotation to oxm namespace

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1257 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Christian Dupuis 17 years ago
parent
commit
ceb91612b4
  1. 1
      org.springframework.oxm/src/main/resources/org/springframework/oxm/config/spring-oxm-3.0.xsd

1
org.springframework.oxm/src/main/resources/org/springframework/oxm/config/spring-oxm-3.0.xsd

@ -108,6 +108,7 @@ @@ -108,6 +108,7 @@
<xsd:appinfo>
<tool:annotation kind="direct">
<tool:expected-type type="java.lang.Class"/>
<tool:assignable-to restriction="class-only" />
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>

Loading…
Cancel
Save