Skip to content

Stream29/FunctionalAop

Repository files navigation

Functional AOP

This library provides a functional way to enhance a function.

You can add additional steps before and after or around a function.

Thanks to Kotlin's inline and crossinline functions, and JIT of JVM, this simple AOP implementation has a good performance.

About

A simple functional AOP implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages