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

nz.net.osnz.common.dao.bean.BaseBean.groovy Maven / Gradle / Ivy

The newest version!
package nz.net.osnz.common.dao.bean

import groovy.transform.CompileStatic

import javax.persistence.MappedSuperclass

/**
 * @author Kefeng Deng
 *
 * Abstract bean as parent for all domains
 */
@CompileStatic
@MappedSuperclass
public abstract class BaseBean implements Serializable {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy