package com.github.ggrandes.kvstore.io; public class Constants { /** * System property name for global disable of FileChannel Locking */ public static final String PROP_IO_LOCKING = Constants.class.getPackage().getName() + ".DisableLocking"; }