enforceInitMethods property

bool enforceInitMethods
final

Whether to enforce declared init methods.

If true, Jetleaf will throw an error if an initMethod does not exist on the produced object.

Implementation

final bool enforceInitMethods;