![JAR search and dependency download from the Maven repository](/logo.png)
org.analogweb.servlet.ServletModule Maven / Gradle / Ivy
The newest version!
package org.analogweb.servlet;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.analogweb.annotation.As;
import org.analogweb.annotation.Resolver;
/**
* Expose Servlet modules with {@link ServletComponentsValueResolver}.
*
* @author y2k2mt
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.PARAMETER, ElementType.FIELD})
@Resolver(ServletComponentsValueResolver.class)
@As
public @interface ServletModule {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy