示例:
class Foo { native public final void foo(); }
在应用快速修复后:
class Foo { public final native void foo(); }