com.darwinsys.lang
Annotation Type Implements


@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).



Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.