/**
* Contains general utilities. Note, that only very general utils should be put here because all other modules can
* reference them too. If you have a single-time utility/helper for one of your classes, try to rather put it near that
* class with package-private visibility instead of having it exposed in this package.
*/
package org.jtalks.poulpe.model.utils;