mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
@SafeVarargs inspection: find all methods which can be annotated as
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Annotate as @SafeVarargs" "true"
|
||||
public class Test {
|
||||
public final <T> void m<caret>ain(T... args) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user