363738394041424344
return instance; } public synchronized MyService getMyService() { if (myService == null) { myService = new MyServiceImpl(); } return myService; }