
io.shiftleft.codepropertygraph.schema.SchemaBase.scala Maven / Gradle / Ivy
The newest version!
package io.shiftleft.codepropertygraph.schema
trait SchemaBase {
// Used for ordering in the documentation. Smallest index shows up first.
def docIndex: Int
def description: String
def providedByFrontend: Boolean = false
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy