Package | Description |
---|---|
org.picocontainer.adapters |
Modifier and Type | Class and Description |
---|---|
static class |
TypedBindingAnnotationTestCase.AppleImpl1 |
static class |
TypedBindingAnnotationTestCase.AppleImpl2 |
static class |
TypedBindingAnnotationTestCase.AppleImpl3 |
static class |
TypedBindingAnnotationTestCase.AppleImpl4 |
Modifier and Type | Method and Description |
---|---|
void |
TypedBindingAnnotationTestCase.FruitBasket.foo(TypedBindingAnnotationTestCase.Apple bramley,
TypedBindingAnnotationTestCase.Apple cox,
TypedBindingAnnotationTestCase.Apple granny,
TypedBindingAnnotationTestCase.Apple braeburn) |
void |
TypedBindingAnnotationTestCase.FruitBasket.setFour(TypedBindingAnnotationTestCase.Apple braeburn) |
void |
TypedBindingAnnotationTestCase.FruitBasket.setOne(TypedBindingAnnotationTestCase.Apple bramley) |
void |
TypedBindingAnnotationTestCase.FruitBasket.setThree(TypedBindingAnnotationTestCase.Apple granny) |
void |
TypedBindingAnnotationTestCase.FruitBasket.setTwo(TypedBindingAnnotationTestCase.Apple cox) |
Constructor and Description |
---|
FruitBasketViaConstructor(TypedBindingAnnotationTestCase.Apple bramley,
TypedBindingAnnotationTestCase.Apple cox,
TypedBindingAnnotationTestCase.Apple granny,
TypedBindingAnnotationTestCase.Apple braeburn) |
Copyright © 2003–2015 Codehaus. All rights reserved.