# aspectj-design-pattern **Repository Path**: mirrors_andyglick/aspectj-design-pattern ## Basic Information - **Project Name**: aspectj-design-pattern - **Description**: AspectJ design pattern (refers to the contents of 《AspectJ Cookbook》) - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-29 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AspectJ 设计模式 本项目共完成15个设计模式与其中13个设计模式的AspectJ优化。AspectJ的版本会有`-aspect`的后缀。 运行环境: 1. java openjdk 1.8 2. ajc (aspectjtools-1.9.6) ps. 看到红线不用慌,idea支持很有限 参考文献: 1. Jan, Hannemann, Gregor, et al. Design pattern implementation in Java and aspectJ[J]. Acm Sigplan Notices, 2002. 2. 《AspectJ Cookbook》by Russ Miles.