Advertisement
Guest User

Untitled

a guest
Oct 20th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public class Someclass{
  2. FrameworkThingy thingy = new FrameworkThingy();
  3.  
  4. //Framework auto runs this method as part of Spring beans
  5. public void startUpMethod() {
  6. thingy.start();
  7. // Why not just do the start stuff in the constructor?
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement