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


Deprecated.

@Documented
@Nonnull
@TypeQualifierDefault(value=METHOD)
@Retention(value=RUNTIME)
@Deprecated
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:



Copyright © 2012 Ness Computing, Inc.. All Rights Reserved.