|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface AssertNonNullAfter
Indicates that if the method terminates successfully, the value expressions are non-null.
This is useful for methods that initialize a field, for example.
NonNull
,
NullnessChecker
Modifier and Type | Required Element and Description |
---|---|
String[] |
value
Java expression(s) that are non-null after successful method termination. |
Element Detail |
---|
public abstract String[] value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |