JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Use
Tree
Deprecated
Index
Search
Help
org.microbean.bean
org.microbean.bean
Creation
Uses of Interface
org.microbean.bean.Creation
Uses of
Creation
in
org.microbean.bean
Methods in
org.microbean.bean
with parameters of type
Creation
Modifier and Type
Method
Description
final
I
Constant.
create
(
Creation
<
I
> creation)
Invokes the
Constant.singleton()
method and returns its result.
I
Factory.
create
(
Creation
<
I
> creation)
Returns a (normally new) contextual instance, which may be
null
.