Package org.eclipse.sisu
Annotation Interface EagerSingleton
Marks beans that should be created as soon as possible:
@Named
@EagerSingleton
public class Startup
{
//
}