mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Java: add generated stubs back, but in a different directory from existing apache-http-5 stubs
This commit is contained in:
19
java/ql/test/stubs/apache-http-5-Generated/javax/servlet/annotation/HttpMethodConstraint.java
generated
Normal file
19
java/ql/test/stubs/apache-http-5-Generated/javax/servlet/annotation/HttpMethodConstraint.java
generated
Normal file
@@ -0,0 +1,19 @@
|
||||
// Generated automatically from javax.servlet.annotation.HttpMethodConstraint for testing purposes
|
||||
|
||||
package javax.servlet.annotation;
|
||||
|
||||
import java.lang.annotation.Annotation;
|
||||
import java.lang.annotation.Documented;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import javax.servlet.annotation.ServletSecurity;
|
||||
|
||||
@Documented
|
||||
@Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME)
|
||||
public @interface HttpMethodConstraint
|
||||
{
|
||||
ServletSecurity.EmptyRoleSemantic emptyRoleSemantic();
|
||||
ServletSecurity.TransportGuarantee transportGuarantee();
|
||||
String value();
|
||||
String[] rolesAllowed();
|
||||
}
|
||||
Reference in New Issue
Block a user