例:
class Foo { native public final void foo(); }
クイックフィックス適用後:
class Foo { public final native void foo(); }