moving unit tests from .testsuite -> .beans

added <?> wildcard to Scope methods that accept ObjectFactory
This commit is contained in:
Chris Beams
2008-12-15 03:39:13 +00:00
parent 6cb71bbb71
commit afa4231751
13 changed files with 204 additions and 259 deletions

View File

@@ -69,7 +69,7 @@ public interface Scope {
* object if it is not present in the underlying storage mechanism
* @return the desired object (never <code>null</code>)
*/
Object get(String name, ObjectFactory objectFactory);
Object get(String name, ObjectFactory<?> objectFactory);
/**
* Remove the object with the given <code>name</code> from the underlying scope.