In some of my projects and in some books was said to not use inner class (anonymous or not, static or not) - except in some restricted conditions, like
Anonymous classes are good to use when doing event based programming especially in swing.