META-INF.magnolia.vpro-magnolia-annotations.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of magnolia-context-annotations Show documentation
Show all versions of magnolia-context-annotations Show documentation
Provided annotations (guice interpreted) to do things in magnolia system context
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module SYSTEM "module.dtd"> <module> <name>vpro-magnolia-annotations</name> <displayName>Provides jsr 107 cache annotations</displayName> <class>nl.vpro.magnolia.annotations.ContextAnnotationsModule</class> <version>1.0</version> <components> <id>main</id> <configurer> <class>nl.vpro.magnolia.annotations.ContextAnnotations</class> </configurer> </components> <dependencies> <dependency> <name>core</name> <version>5.4/*</version> </dependency> </dependencies> </module>