SmartLogic's ElixirConf19 Highlights Personal notes from Elixir Conf 2019

Interceptor v0.5.0 released! Intercept your functions by using an @intercept annotation

This release introduces the Interceptor.Annotated module, that you can use with @intercept true annotations to intercept your function modules.

If you don’t like to wrap your function definitions with a Interceptor.intercept/1 do block, maybe @intercept true will suit you best.