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

com.xml.guard.model.ClassInfo.kt Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
package com.xml.guard.model

/**
 * User: ljx
 * Date: 2023/6/16
 * Time: 11:28
 */
data class ClassInfo(
    val classPath: String,
    val hasAction: Boolean = false,
    val fromImportNode: Boolean = false
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy