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

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

package biz.ostw.fsi.orm.hibernate.xml.attr

import biz.ostw.fsi.xml.WithAttributes

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

object AAccess {
  val attr = "access"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy