rindow/rindow-aop

Support Aspect-Oriented Programming

Maintainers

Package info

github.com/rindow/rindow-aop

pkg:composer/rindow/rindow-aop

Statistics

Installs: 279

Dependents: 9

Suggesters: 2

Stars: 1

Open Issues: 0

1.0.0 2020-04-02 05:09 UTC

This package is auto-updated.

Last update: 2026-02-16 15:46:16 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)