Although we support Guice constant bindings (i.e. bindConstant()) in
general, Gin currently does not allow the definition of constant-returning
methods in a Ginjector, for example:
interface MyGinjector extends Ginjector {
@Named("foo") int getFoo();
}
This is not terribly important but should probably be enabled eventually.
Original issue reported on code.google.com by aragos on 29 Dec 2008 at 6:46
Original issue reported on code.google.com by
aragos
on 29 Dec 2008 at 6:46