Guest User

Untitled

a guest
Jun 25th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <bean name="myBean" class="foo.bar.MyBean" init-method="initialize" scope="..."/>
  2.  
  3. public class MyBean {
  4. ...
  5. public void initialize() {
  6. // This method will be executed once the bean is created by Spring.
  7. }
  8. }
Add Comment
Please, Sign In to add comment