package org.ff4j.hbase.store; import org.ff4j.property.store.PropertyStore; /** * Implements of {@link PropertyStore} for Store Hbase * * @author Cedrick Lunven (@clunven) */ public class PropertyStoreHBase { }