tree: ecc5a30c98a0a28b14296445d2a8cc72cd66bff3 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
common/README.md

Auto Common Utilities

The Auto project has a set of common utilities to help ease use of the annotation processing environment.

In particular:

  • MoreTypes - utilities and Equivalence wrappers for TypeMirror and related subtypes
  • MoreElements - utilities for Element and related subtypes
  • SuperficialValidation - very simple scanner to ensure an Element is valid and free from distortion from upstream compilation errors
  • Visibility - utilities for working with Elements' visibility levels (public, protected, etc.)