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:


Required Element Summary
 When value
           
 

Element Detail

value

public abstract When value


Copyright © 2011. All Rights Reserved.