@SafeVarargs
アノテーション付き可変長引数メソッドの具象化可能型を報告します。 この場合、アノテーションは冗長です。
例:
@SafeVarargs public final void processStrings(String... strings) { }