Add Source Code Linter Pipeline
This commit is contained in:
parent
0d0e7140c4
commit
d252f6ef50
313 changed files with 36277 additions and 0 deletions
16
screwdriver-3.5.6/box/snippets/java/LoggedUser.java
Normal file
16
screwdriver-3.5.6/box/snippets/java/LoggedUser.java
Normal file
|
@ -0,0 +1,16 @@
|
|||
package +zoccolo+.web.annotation;
|
||||
|
||||
import java.lang.annotation.Documented;
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target(ElementType.PARAMETER)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Documented
|
||||
public @interface LoggedUser {
|
||||
|
||||
/* screwdriver_knife */
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue