
.circumflex-core.2.0.1.source-code.model.scala Maven / Gradle / Ivy
package ru.circumflex.core
/*!# Data model support
To make Circumflex components independent from various view technologies
we introduce some basic interfaces here. Different components implement
these interfaces while view technologies should provide proper support
for them.
*/
trait Wrapper[T] {
def item: T
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy