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

japicmp.model.JApiHasStaticModifier Maven / Gradle / Ivy

Go to download

japicmp is a library that computes the differences between two versions of a jar file/artifact in order to ease the API documentation for clients/customers.

The newest version!
package japicmp.model;

/**
 * Implemented by all elements that have a static modifier.
 */
public interface JApiHasStaticModifier {
	/**
	 * Returns the static modifier.
	 *
	 * @return the static modifier
	 */
	JApiModifier getStaticModifier();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy