All Downloads are FREE. Search and download functionalities are using the official Maven repository.

proj.zoie.hourglass.api.HourglassIndexable Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
/**
 * 
 */
package proj.zoie.hourglass.api;

import proj.zoie.api.indexing.AbstractZoieIndexable;

/**
 * @author "Xiaoyang Gu"
 *
 */
public abstract class HourglassIndexable extends AbstractZoieIndexable
{
  @Override
  public boolean isDeleted()
  {
    return false;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy