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

com.github.easydoc.sourcebrowser.SourceBrowser Maven / Gradle / Ivy

package com.github.easydoc.sourcebrowser;

import java.net.URL;

import com.github.easydoc.model.Doc;

public interface SourceBrowser {

	URL generateUrl(Doc doc);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy