JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.checkerframework.checker.index.qual
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