Rev 39 | Rev 41 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 39 | Rev 40 | ||
---|---|---|---|
Line 101... | Line 101... | ||
101 | * in the given bean, in other words, populating it.
|
101 | * in the given bean, in other words, populating it.
|
102 | *
|
102 | *
|
103 | * @param bean The bean to be populated with other beans from the container.
|
103 | * @param bean The bean to be populated with other beans from the container.
|
104 | * @return The container itself. (Fluent API)
|
104 | * @return The container itself. (Fluent API)
|
105 | */
|
105 | */
|
106 | public Container populate(Object bean) throws Exception; |
- | |
- | 106 | public Container populate(Object bean); |
|
107 | 107 | ||
108 | /**
|
108 | /**
|
109 | * Check whether the container is configured to provide a bean with name 'key'.
|
109 | * Check whether the container is configured to provide a bean with name 'key'.
|
110 | *
|
110 | *
|
111 | * @param key The key representing the bean inside the container.
|
111 | * @param key The key representing the bean inside the container.
|