Right now, Gin will fail on compile if an injected method/constructor
throws a checked exception (because we don't handle it). Instead we should
generate code that catches the exception and re-throws it as unchecked
exception (e.g. Guice's CreationException).
Original issue reported on code.google.com by aragos on 19 Apr 2010 at 3:58
Original issue reported on code.google.com by
aragos
on 19 Apr 2010 at 3:58