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

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

There is a newer version: 3.3.0.ga
Show newest version
package org.hibernate.annotations.common;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

/**
 * @author Emmanuel Bernard
 */
public class Version {
	public static final String VERSION = "3.1.0.GA";
	private static Logger log = LoggerFactory.getLogger( Version.class );

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

	public static void touch() {
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy