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

stalkr.html.parser.Setter Maven / Gradle / Ivy

There is a newer version: 0.3.1
Show newest version
package stalkr.html.parser;

import org.jsoup.nodes.Element;

public interface Setter {

	void bind( final Element document, final Object instance );
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy