org.picocontainer.injectors
Class MethodInjectionTestCase.Foo2

java.lang.Object
  extended by org.picocontainer.injectors.MethodInjectionTestCase.Foo2
All Implemented Interfaces:
MethodInjectionTestCase.IFoo
Enclosing class:
MethodInjectionTestCase

public static class MethodInjectionTestCase.Foo2
extends Object
implements MethodInjectionTestCase.IFoo


Constructor Summary
MethodInjectionTestCase.Foo2()
           
 
Method Summary
 void inject(MethodInjectionTestCase.Bar bar, Integer num)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInjectionTestCase.Foo2

public MethodInjectionTestCase.Foo2()
Method Detail

inject

public void inject(MethodInjectionTestCase.Bar bar,
                   Integer num)
Specified by:
inject in interface MethodInjectionTestCase.IFoo


Copyright © 2003-2010 Codehaus. All Rights Reserved.