public interface BeanFactory
Modifier and Type | Method and Description |
---|---|
<T> T |
find(Class<T> aClass) |
Object |
find(String aId)
Finds a bean based on id.
|
<T> T |
find(String aId,
Class<T> aClass) |
Copyright © 2024. All rights reserved.