how to disable missing '@override' annotation check in Android Studio -


i want change codes, in run time compile classes. can't change codes of classes.

i search , realized have option deactivate.
option's path in eclipse : windows - preferences - java - compiler - errors/warning . can't find path , option in last version on android studio (1.2.1.1).

please show me option (missing '@override' annotation), in last version of android studio.

it in settings -> editor -> inspections. default should disabled

enter image description here


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -