JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.checkerframework.checker.index.qual
PolyLength
Contents
Description
Hide sidebar
Show sidebar
Annotation Type PolyLength
@Documented
@Retention
(
RUNTIME
)
@Target
({
TYPE_USE
,
TYPE_PARAMETER
})
@PolymorphicQualifier
(
UpperBoundUnknown
.class)
public @interface
PolyLength
Syntactic sugar for both @PolyValue and @PolySameLen.
See Also:
PolyValue
PolySameLen