
com.softwaremill.macwire.aop.Interceptor.scala Maven / Gradle / Ivy
The newest version!
package com.softwaremill.macwire.aop
import scala.reflect.ClassTag
trait Interceptor {
/** Intercept calls to methods of the `intercepted` instance using this interceptor.
*/
def apply[T <: AnyRef](intercepted: T)(implicit tag: ClassTag[T]): T
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy