Annotation Type Singleton
-
@Documented @Inherited @Target(TYPE) @Retention(RUNTIME) public @interface Singleton
Marker interface that anyComponent
can used to indicate it can be registered as a shared instance across the application.- See Also:
ComponentRegistry
,ComponentFactory
,Component