JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.checkerframework.checker.nonempty.qual
Annotation Interface NonEmpty
@Documented
@Retention
(
RUNTIME
)
@Target
({
TYPE_PARAMETER
,
TYPE_USE
})
@SubtypeOf
(
UnknownNonEmpty.class
)
public @interface
NonEmpty
The
Collection
,
Iterator
,
Iterable
, or
Map
is definitely non-empty.
See the Checker Framework Manual:
Non-Empty Checker