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

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

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

/**
 * Analyzes both web.xml and class files: looks for implementations of
 * {@link org.springframework.web.WebApplicationInitializer} if the metadata-complete attribute of the
 * web-app element is missing or set to "false".
 *
 * @since 1.5
 */
public class SpringWebApplicationInitializerAnalyzer extends ServletContainerInitializerAnalyzer {

    public SpringWebApplicationInitializerAnalyzer() {
        super("_Spring-WebApplicationInitializer_", "org.springframework.web.WebApplicationInitializer");
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy