com.tc.aspectwerkz.aspect.management |
|
Java Source File Name | Type | Comment |
Aspects.java | Class | Manages the aspects.
Each Aspect qName has a generated factory (one factory per aspect qName) on which we invoke reflectively
the aspectOf and alike. |
HasInstanceLevelAspect.java | Interface | Interface applied to a target class when it has instance level aspects (perInstance, perThis, perTarget)
Should NEVER be implemented by the user, but is applied to target classes by the weaver. |
Mixins.java | Class | Manages the mixins, registry for the mixin factories (one factory per mixin type). |
NoAspectBoundException.java | Class | |