Class | Description |
---|---|
ImplicitsTypeAnnotator |
Adds annotations to a type based on the contents of a type.
|
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 |