org.pojomatic.annotations
Annotation Type OverridesEquals


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface OverridesEquals

Declares that the annotated type overrides the behavior of equals, and hence is not compatible for equals with its superclasses.

See Also:
Pojomator.doEquals(Object, Object)



Copyright © 2008-2010. All Rights Reserved.