// Generated automatically from jakarta.servlet.ServletSecurityElement for testing purposes package jakarta.servlet; import jakarta.servlet.HttpConstraintElement; import jakarta.servlet.HttpMethodConstraintElement; import jakarta.servlet.annotation.ServletSecurity; import java.util.Collection; public class ServletSecurityElement extends HttpConstraintElement { public Collection getHttpMethodConstraints(){ return null; } public Collection getMethodNames(){ return null; } public ServletSecurityElement(){} public ServletSecurityElement(Collection p0){} public ServletSecurityElement(HttpConstraintElement p0){} public ServletSecurityElement(HttpConstraintElement p0, Collection p1){} public ServletSecurityElement(ServletSecurity p0){} }