FindBugs™ 1.3.9

edu.umd.cs.findbugs.annotations
Annotation Type ReturnValuesAreNonnullByDefault


@Documented
@Nonnull
@TypeQualifierDefault(value=METHOD)
@Retention(value=RUNTIME)
public @interface ReturnValuesAreNonnullByDefault

This annotation can be applied to a package, class or method to indicate that the methods in that element have nonnull return values by default unless there is:


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.