
org.dbtools.codegen.kotlin.KotlinAccess.kt Maven / Gradle / Ivy
package org.dbtools.codegen.kotlin
/*
* KotlinAccess.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.
*/
enum class KotlinAccess {
DEFAULT_NONE, PUBLIC, PRIVATE, PROTECTED
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy