mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
14 lines
411 B
Java
Generated
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();
|
|
}
|