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?
The
AutoValueProcessor
itself can throw aMissingTypeException
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. CurrentlyMissingTypeException
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?