All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.is24.deadcode4j.analyzer.AopXmlAnalyzer Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package de.is24.deadcode4j.analyzer;

import de.is24.deadcode4j.Analyzer;

/**
 * Analyzes aop.xml files: lists the aspects being referenced.
* This should work for both AspectJ and * AspectWerkz. * * @since 1.5 */ public final class AopXmlAnalyzer extends SimpleXmlAnalyzer implements Analyzer { public AopXmlAnalyzer() { super("_AOP-XML_", "aop.xml", null); registerClassAttribute("aspect", "class"); registerClassAttribute("aspect", "name"); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy