JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
org.checkerframework.framework.qual
InheritedAnnotation
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface 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.