edu.umd.cs.findbugs.ba.npe
public class NonNullReturnValueAnnotationChecker extends Object implements JavaClassAndMethodChooser
Deprecated:
This callback can be passed to Hierarchy.findInvocationLeastUpperBound to find the @NonNull or @CheckForNull method return value annotation which should be applied at a call site.| Constructor Summary | |
|---|---|
| NonNullReturnValueAnnotationChecker(MayReturnNullPropertyDatabase database) | |
| Method Summary | |
|---|---|
| boolean | choose(JavaClassAndMethod javaClassAndMethod) |
| JavaClassAndMethod | getAnnotatedMethod() |
| Boolean | getProperty() |
Deprecated: