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

org.hibernate.cfg.annotations.Version Maven / Gradle / Ivy

There is a newer version: 3.5.6-Final
Show newest version
//$Id: $
package org.hibernate.cfg.annotations;

import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;

/**
 * @author Emmanuel Bernard
 */
public class Version {
	public static final String VERSION = "3.2.1.GA";
	private static Log log = LogFactory.getLog( Version.class );

	static {
		log.info( "Hibernate Annotations " + VERSION );
	}

	public static void touch() {
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy