Eclipse plugin for finding java classes that DOES NOT implement a given interface-Collection of common programming errors
Simple answer, just use grep on your src directory.
Fancy answer, use an annotation processor to generate custom Eclipse warnings, transform source, and other magic. Good article:
http://java.dzone.com/news/using-java-6-processors