예:
class Foo { native public final void foo(); }
빠른 수정을 적용한 후:
class Foo { public final native void foo(); }