public abstract @interface

EagerSingleton

implements Annotation
org.eclipse.sisu.EagerSingleton

Class Overview

Marks beans that should be created as soon as possible:

 @Named
 @EagerSingleton
 public class Startup
 {
     //
 }
 

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation