quarkusio/gizmo

ClassOutput doesn't declare any exceptions

Opened this issue · 0 comments

The ClassOutput interface methods don't declare any exceptions, even though they would frequently be used to write a class to disk. They should declare IOException probably. But of course this will affect source-level compatibility.