Uses of Record Class
org.microbean.scope.Scope
-
Uses of Scope in org.microbean.scope
Fields in org.microbean.scope declared as ScopeModifier and TypeFieldDescriptionstatic final Scope
Scope.APPLICATION
The (well-known and normal) application scope.static final Scope
Scope.NONE
The (well-known) none pseudo-scope.static final Scope
Scope.SINGLETON
The (well-known and primordial) singleton pseudo-scope.Methods in org.microbean.scope that return ScopeModifier and TypeMethodDescriptionstatic final Scope
Scope.of
(Attributes id, boolean normal) Returns aScope
suitable for the supplied arguments.