Files
codeql/java/ql/test/stubs/apache-log4j-2.14.1/javax/servlet/annotation/HttpConstraint.java
Tony Torralba 2e0ca6ce2b Add stubs
2021-12-16 13:44:01 +01:00

14 lines
411 B
Java
Generated

// Generated automatically from javax.servlet.annotation.HttpConstraint for testing purposes
package javax.servlet.annotation;
import java.lang.annotation.Annotation;
import javax.servlet.annotation.ServletSecurity;
public interface HttpConstraint extends Annotation
{
ServletSecurity.EmptyRoleSemantic value();
ServletSecurity.TransportGuarantee transportGuarantee();
String[] rolesAllowed();
}