template.mf 444 B

123456789101112
  1. Bundle-SymbolicName: org.springframework.security.annotation
  2. Bundle-Name: Spring Security Annotations
  3. Bundle-Vendor: SpringSource
  4. Bundle-Version: ${version}
  5. Bundle-ManifestVersion: 2
  6. Ignored-Existing-Headers:
  7. Import-Package,
  8. Export-Package
  9. Import-Template:
  10. javax.annotation.security.*;version="0";resolution:=optional,
  11. org.springframework.security.*;version="[${version},${version}]",
  12. org.springframework.core.*;version="[2.0.8, 3.1.0)"