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

us.codecraft.webmagic.model.HasKey Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
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