google / auto

A collection of source code generators for Java.
Apache License 2.0
10.43k stars 1.2k forks source link

Make MissingTypeException public so it can be visible to AutoValue extensions #368

Closed grandstaish closed 8 years ago

grandstaish commented 8 years ago

The AutoValueProcessor itself can throw a MissingTypeException to defer processing of a type until a later processing round. It would be useful for extensions to be able to do this as well. Currently MissingTypeException is package local. Do you think this could be made public, or extensions could have some other way of deferring a type until a later round?

grandstaish commented 8 years ago

Sorry, just saw this is a duplicate of https://github.com/google/auto/issues/316