JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.checkerframework.framework.qual
InheritedAnnotation
Contents
Description
Hide sidebar
Show sidebar
Annotation Type InheritedAnnotation
@Documented
@Retention
(
RUNTIME
)
@Target
(
ANNOTATION_TYPE
)
public @interface
InheritedAnnotation
A meta-annotation that specifies if a declaration annotation should be inherited. This should not be written on type annotations.