@Retention(value=CLASS)
@Target(value=METHOD)
public @interface ReturnsThis
true
, which is the default, indicates that a method returns
the object upon which it has been called; hence, the return value may be
safely ignored.Open Issue:
Should this be in a separate package.