org.dbtools.codegen.kotlin.KotlinObjectClass.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dbtools-gen Show documentation
Show all versions of dbtools-gen Show documentation
DBTools ORM Class Generator.
The newest version!
/*
* KotlinEnum.kt
*
* Created on Nov 7, 2015
*
* Copyright 2007 Jeff Campbell. All rights reserved. Unauthorized reproduction
* is a violation of applicable law. This material contains certain
* confidential or proprietary information and trade secrets of Jeff Campbell.
*/
package org.dbtools.codegen.kotlin
class KotlinObjectClass(name: String = "", packageName: String = "") : KotlinClass(name, packageName, KotlinClassType.OBJECT) {
}