rindow/rindow-aop

Support Aspect-Oriented Programming

Installs: 279

Dependents: 9

Suggesters: 2

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/rindow/rindow-aop

1.0.0 2020-04-02 05:09 UTC

This package is auto-updated.

Last update: 2025-09-16 14:35:30 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)