Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <bean name="myBean" class="foo.bar.MyBean" init-method="initialize" scope="..."/>
- public class MyBean {
- ...
- public void initialize() {
- // This method will be executed once the bean is created by Spring.
- }
- }
Add Comment
Please, Sign In to add comment