
skinny.controller.AsyncSkinnyControllerBase.scala Maven / Gradle / Ivy
package skinny.controller
import skinny.controller.feature.{ AsyncBeforeAfterActionFeature, SkinnyControllerCommonBase }
import skinny.micro.AsyncFeatures
trait AsyncSkinnyControllerBase
extends SkinnyControllerCommonBase
with AsyncFeatures
with AsyncBeforeAfterActionFeature {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy