com.xenonsoft.bridgetown.aop
Interface IJoinPoint

All Known Subinterfaces:
IMethodJoinPoint
All Known Implementing Classes:
DefaultMethodJoinPoint

public interface IJoinPoint

A marker interface that represents a joinpoint in AOP terminology.

In theory a joinpoint is any place in a program where it is sensible to weave possible new behaviours. In computer science, a join point typically is a:

Version:
$Id: IJoinPoint.java,v 1.2 2005/02/23 01:28:14 peter_pilgrim Exp $
Author:
Peter Pilgrim, 01-Oct-2004 19:24:22



Copyright © 2005 XeNoNSoFT.com. All Rights Reserved.