Files
codeql/java/ql/test/stubs/javax-servlet-2.5/javax/servlet/annotation/HttpConstraint.java
2021-08-12 11:20:48 -07: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();
}