Uses of Class
com.mycompany.lifecycle.Initialized

Packages that use Initialized
com.mycompany.service   
com.mycompany.service.impl   
 

Uses of Initialized in com.mycompany.service
 

Method parameters in com.mycompany.service with annotations of type Initialized
 void CountryService.init(javax.servlet.ServletContext context)
          Invoked during the ServletContext initialization to populate the database with sample data.
 

Uses of Initialized in com.mycompany.service.impl
 

Method parameters in com.mycompany.service.impl with annotations of type Initialized
 void CountryServiceImpl.init(javax.servlet.ServletContext context)
          This method is responsible for initializing a List of Country objects when the web application is started.