com.aire.ux.test.spring.servlet.ServletDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aire-test-spring Show documentation
Show all versions of aire-test-spring Show documentation
Sunshower UX Testing Libraries
The newest version!
package com.aire.ux.test.spring.servlet;
import jakarta.servlet.Servlet;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface ServletDefinition {
String[] paths();
Class extends Servlet> type();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy