public
void
@Before
@After
该检查会为方法签名提供修正。
示例:
@Before private int foo(int arg) { ... }
在应用快速修复后:
@Before public void foo() { ... }