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

com.beeproduced.bee.persistent.selection.FieldNodeDefinition.kt Maven / Gradle / Ivy

package com.beeproduced.bee.persistent.selection

/**
 * @author Kacper Urbaniec
 * @version 2023-05-04
 */
interface FieldNodeDefinition {
  val field: String
  val type: String?
  val fields: Set?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy