JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.checkerframework.framework.testchecker.typedeclbounds.quals
Top
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface Top
@SubtypeOf
({})
@Retention
(
RUNTIME
)
@Target
({
TYPE_USE
,
TYPE_PARAMETER
})
@DefaultQualifierInHierarchy
public @interface
Top
Toy type system for testing impact of implicit java type conversion.
See Also:
Bottom