| Class | Description |
|---|---|
| DefaultForTypeAnnotator |
Adds annotations to a type based on the use of a type.
|
| DefaultQualifierForUseTypeAnnotator |
Implements support for
DefaultQualifierForUse and NoDefaultQualifierForUse. |
| IrrelevantTypeAnnotator |
Adds annotations to types that are not relevant specified by the
RelevantJavaTypes on a
checker. |
| ListTypeAnnotator |
ListTypeAnnotator is a TypeAnnotator that executes a list of
TypeAnnotator for each type
visited. |
| PropagationTypeAnnotator |
PropagationTypeAnnotator adds qualifiers to types where the qualifier to add should be
transferred from one or more other types. |
| TypeAnnotator |
TypeAnnotator is an abstract AnnotatedTypeScanner to be used with ListTypeAnnotator. |