package com.github.marschall.threeten.jpa; public final class Constants { private Constants() { throw new AssertionError("not instantiable"); } public static final String PERSISTENCE_UNIT_NAME = "persistence.unit.name"; }