| java.lang.Object org.mockejb.interceptor.InterceptorContainerAspect
InterceptorContainerAspect | class InterceptorContainerAspect implements Aspect(Code) | | This class provides a simple way to create an aspect
from the existing interceptor and pointcut. Used internally by the AspectSystem.
author: Alexander Ananiev |
equals | public boolean equals(Object obj)(Code) | | Returns true if the given object is of type Aspect
and its pointcut and interceptor equal to the ones of this object
|
hashCode | public int hashCode()(Code) | | |
|
|