
META-INF.jqassistant-plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdi Show documentation
Show all versions of cdi Show documentation
Plugin for jQAssistant to be able to scan and to
analyze CDI related artifacts.
The newest version!
<jqassistant-plugin xmlns="http://schema.jqassistant.org/plugin/v1.10" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schema.jqassistant.org/plugin/v1.10 https://schema.jqassistant.org/plugin/jqassistant-plugin-v1.10.xsd" name="jQAssistant CDI Plugin" id="jqa.plugin.cdi"> <description>Provides rules for CDI.</description> <model> <class>com.buschmais.jqassistant.plugin.cdi.api.model.CdiDescriptor</class> <class>com.buschmais.jqassistant.plugin.cdi.api.model.BeansXmlDescriptor</class> </model> <scanner> <class>com.buschmais.jqassistant.plugin.cdi.impl.scanner.BeansXmlScannerPlugin</class> </scanner> <rules> <resource>cdi.xml</resource> <resource>decorator.xml</resource> <resource>interceptor.xml</resource> </rules> </jqassistant-plugin>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy