Intellij idea - @Override 어노테이션 한꺼번에 추가하기

less than 1 minute read

http://stackoverflow.com/questions/9030986/intellij-is-it-possible-to-add-overrrides-to-all-methods-of-a-particular-interf 완벽 솔루션.. 나중에 퍼놓을것.

For IntelliJ:

Check if you have “Missing @Override annotation” checked inside Preferences -> Project Settings -> Inspections -> Inheritance issues. Use Analyze -> Inspect Code Find Inheritance issues -> Missing @Override annotation inside “Results for Inspection Profile” window. Apply fix “Add @Override annotation” Apply fix “Add @Override annotation”