![JAR search and dependency download from the Maven repository](/logo.png)
japicmp.model.VolatileModifier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of japicmp Show documentation
Show all versions of japicmp Show documentation
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.
package japicmp.model;
/**
* Represents the volatile modifier.
*/
public enum VolatileModifier implements JApiModifierBase {
VOLATILE, NON_VOLATILE
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy