public interface SingletonContext extends Context
The built in singleton context, associated with Singleton
.
It is always active (not managed) and is backed by an application scoped
singleton.
Weld comes with one Singleton context which can be injected using:
@Inject SingletonContext singletonContext;
SingletonContext
,
ApplicationScoped
Copyright © 2018 JBoss by Red Hat. All rights reserved.