この検査は、以下のメソッドを報告します :
- メソッドが空、または
- インターフェイス メソッドの実装がすべて空、または
- メソッドが空で空のメソッドのみにオーバーライドされる
super() 呼び出しのみを含み独自のパラメータを渡すメソッドも空と見なされる点に注意してください。
call and passing its own parameter is also considered empty.
This inspection is automatically suppressed for methods annotated with special annotations,
for example, EJB annotations javax.ejb.Init and javax.ejb.Remove. Additional annotations
can be configured below.