public interface DefaultStaticObjectFactory
A trivial static object factory that allocates static objects of type
Object
.
- Since:
- 21.3.0
- See Also:
-
-
Method Summary
Creates a static object of type
Object
that have a visible constructor that accepts
no arguments.
-
Method Details
-
create
Creates a static object of type
Object
that have a visible constructor that accepts
no arguments.
- Returns:
- the new static object instance
- Since:
- 21.3.0