|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=CLASS) public @interface Implements
This is the same as the Override annotation but requires that the method it applies to implements a method in one of the class' interfaces. The standard compilers do not recognize this but we hope to implement it in FindBugs (which is why the RetentionPolicy is set to CLASS).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |