mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
@SafeVarargs inspection: find all methods which can be annotated as
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
// "Annotate as @SafeVarargs" "true"
|
||||
public class Test {
|
||||
@SafeVarargs
|
||||
public static <T> void main(T... args) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user