Innopolis University DevOps Playground
Skip to content

Add the IInitializable interface to mark entities that should initialized

Dmitrii Bargan requested to merge initializeable-interface into master

This merge request adds the Initializable<T1, T2, T3> interface to mark objects that should be initialized with 1 to 3 arguments of generic type.

Merge request reports