JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.checkerframework.checker.units.qual
Area
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface Area
@Documented
@Retention
(
RUNTIME
)
@Target
({
TYPE_USE
,
TYPE_PARAMETER
})
@SubtypeOf
(
UnknownUnits
.class)
public @interface
Area
Units of areas.
See the Checker Framework Manual:
Units Checker