![JAR search and dependency download from the Maven repository](/logo.png)
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