dev@glassfish.java.net

Re: added feature to hk2

From: Tim Quinn <Timothy.Quinn_at_Sun.COM>
Date: Thu, 25 Jun 2009 07:44:18 -0500

Hi, Jerome.

Jerome Dochez wrote:
> Tim Quinn wrote:
>> The Inhabitant#isInstantiated method needs to be public.
>>
> it is public, not sure what you mean here ?
Maybe in your workspace? It's package-visible in my up-to-date workspace:

$ pwd
/Users/Tim/asgroup/v3/hk2/hk2/auto-depends

$ svn update
At revision 1070.
$ svn status
$ grep isInstantiated src/java/org/jvnet/hk2/component/Inhabitant.java
    boolean isInstantiated();

- Tim