natebosch
released this
13 Dec 22:52
·
32 commits
to master
since this release
- Add
throwOnUnresolved
configuration to theGeneratorForAnnotation
constructor. - Rename
InvalidGenerationSourceError
toInvalidGenerationSource
. Change
from a subtype ofError
to a subtype ofException
. This may be breaking if
a builder relies on aon Exception catch
to ignore this error.