@javax.ejb.Startup
Jump to navigation
Jump to search
Internal
Overview
If declared on a Singleton bean, the container must initialize the Singleton bean during the application startup sequence.
@Startup @Singleton public class MySingleton ... { ... }