The Rocoto example enables access to a property value via @Inject as
follows:
public final class JdbcConfiguration
{
@Inject
@Named( "JDBC.url" )
private String jdbcUrl; // jdbc:derby://localhost:3306/test
...
}
I'm wondering if there is any way to get to a bound property value...
such as the jdbcUrl in this example... programmaticly. That is, not
using @Inject?
_Marvin
http://PatternEnabled.com
On Jul 23, 6:09 pm, Tim Peierls <[email protected]> wrote:
> Not really able to follow what you're looking for, but have you looked at
> Rocoto <http://99soft.github.com/rocoto/>? Apologies if that's a tack in
> the wrong direction.
>
--
You received this message because you are subscribed to the Google Groups
"google-guice" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice?hl=en.