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

com.softwaremill.macwire.aop.NoOpInterceptor.scala Maven / Gradle / Ivy

There is a newer version: 2.6.2
Show newest version
package com.softwaremill.macwire.aop

import scala.reflect.ClassTag

object NoOpInterceptor extends Interceptor {
  def apply[T](intercepted: T)(implicit tag: ClassTag[T]) = intercepted
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy