org.picocontainer.adapters
Class TypedBindingAnnotationTestCase.FruitBasket
java.lang.Object
org.picocontainer.adapters.TypedBindingAnnotationTestCase.FruitBasket
- Direct Known Subclasses:
- TypedBindingAnnotationTestCase.FruitBasketViaConstructor
- Enclosing class:
- TypedBindingAnnotationTestCase
public static class TypedBindingAnnotationTestCase.FruitBasket
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypedBindingAnnotationTestCase.FruitBasket
public TypedBindingAnnotationTestCase.FruitBasket()
foo
public void foo(TypedBindingAnnotationTestCase.Apple bramley,
TypedBindingAnnotationTestCase.Apple cox,
TypedBindingAnnotationTestCase.Apple granny,
TypedBindingAnnotationTestCase.Apple braeburn)
setOne
public void setOne(TypedBindingAnnotationTestCase.Apple bramley)
setTwo
public void setTwo(TypedBindingAnnotationTestCase.Apple cox)
setThree
public void setThree(TypedBindingAnnotationTestCase.Apple granny)
setFour
public void setFour(TypedBindingAnnotationTestCase.Apple braeburn)
Copyright © 2003-2010 Codehaus. All Rights Reserved.