Converts Java 5 nullability annotations on arrays to Java 8 style
(e.g. @NotNull String[] arr → String @NotNull [] arr). Note that
after applying the fix the code will be non-compilable. To make it compilable you should replace
org.jetbrains:annotations-java5 to org.jetbrains:annotations in module dependencies.