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

com.jpattern.orm.util.Constants Maven / Gradle / Ivy

There is a newer version: 3.5.1
Show newest version
package com.jpattern.orm.util;

/**
 * 
 * @author Francesco Cina
 *
 * 22/mag/2011
 */
public interface Constants {

	String GET_METHOD_PREFIX = "get";
	String IS_METHOD_PREFIX = "is";
	String SET_METHOD_PREFIX = "set";

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy