Package org.as2lib.aop.joinpoint

Class Summary
ConstructorJoinPoint ConstructorJoinPoint represents a constructor as join point
GetPropertyJoinPoint GetPropertyJoinPoint is a join point matching get access to a property
MethodJoinPoint MethodJoinPoint represents a method as join point
PropertyJoinPoint PropertyJoinPoint represents any type of access to a property, be it set or get access
SetPropertyJoinPoint SetPropertyJoinPoint is a join point matching set access to a property