Hi all:

For a project of mine, I've written a BXMLModule for use with Google
Guice.  It scans your BXML hierarchy and binds any objects with
bxml:id attributes to singleton instances of the corresponding class
with an @Named(<fully qualified bxml id>) annotation.  Thus, you can
have any element with a bxml:id injected into any of your managed
classes.

I'm open to contributing this code, but it's very specific to Guice,
so I'm wondering if anyone on these lists would find it useful or
not... thoughts?

Cheers,
-T

Reply via email to