android - Exclude annotated methods from checkstyle-check -


in android-project i'm trying integrate checkstyle. i'm using androidannotations, few methods have declared this:

@click(r.id.toggleplay) protected final void dopauseresume() { } 

they need protected in order generated class able call them. how teach checkstyle disable few warnings, based on @click annotation, (or more broadly, based on annotation in org.androidannotations.annotations package)?

the class has other protected methods, want keep being checked, of course.

do need implement filter?


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -