Package ch.obermuhlner.scriptengine.java.constructor
-
Interface Summary Interface Description ConstructorStrategy The strategy used to construct an instance of aClass
. -
Class Summary Class Description DefaultConstructorStrategy The defaultConstructorStrategy
implementation.NullConstructorStrategy AConstructorStrategy
implementation that always returnsnull
.