
net.sf.qualitycheck.immutableobject.domain.Modifier Maven / Gradle / Ivy
package net.sf.qualitycheck.immutableobject.domain;
/**
* Defines a modifier
*/
public interface Modifier {
/**
* Gets the string representation of the modifier.
*
* @return modifier name
*/
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy