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

biz.ostw.fsi.orm.hibernate.xml.attr.AGenerated.scala Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package biz.ostw.fsi.orm.hibernate.xml.attr

import biz.ostw.fsi.xml.WithAttributes

/**
  * @author mathter (c) 2017.
  */
trait AGenerated extends WithAttributes {
  def generated(): String = {
    this.attribute(AGenerated.attr)
  }
}

object AGenerated {
  val attr = "generated"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy