rindow/rindow-aop

Support Aspect-Oriented Programming

1.0.0 2020-04-02 05:09 UTC

This package is auto-updated.

Last update: 2024-04-16 11:30:56 UTC


README

Master: Build Status

This module supports Aspect-Oriented Programming for all developers using the Rindow framework.

Most of the rich features of Rindow framework are based on AOP.

It has the following features

  • Interceptor type AOP
  • Supports both file-based and annotation-based configuration
  • Supports 5 types of advice(before,after,after-returning,after-throwing,around)
  • Supports 5 types of pointcut(execution,set,get,within,target)