us.codecraft.webmagic.model.HasKey Maven / Gradle / Ivy
package us.codecraft.webmagic.model;
import us.codecraft.webmagic.utils.Experimental;
/**
* Interface to be implemented by page mode.
* Can be used to identify a page model, or be used as name of file storing the object.
* @author [email protected]
* @since 0.2.0
*/
@Experimental
public interface HasKey {
/**
*
*
* @return key
*/
public String key();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy