| Package | Description |
|---|---|
| org.picocontainer.gems.util |
| Modifier and Type | Method and Description |
|---|---|
RETURN_TYPE |
DelegateMethod.invoke()
Used for invoking static methods on the type passed into the constructor.
|
<V extends TARGET_TYPE> |
DelegateMethod.invoke(V target)
Invokes the method specified in the constructor against the target
specified.
|
Copyright © 2003-2014 Codehaus. All Rights Reserved.