net.sf.joyaop.framework
Interface MixinAspect

All Superinterfaces:
Aspect, RuntimeAspect
All Known Implementing Classes:
MixinAspectImpl

public interface MixinAspect
extends RuntimeAspect

Author:
Shen Li

Field Summary
 
Fields inherited from interface net.sf.joyaop.framework.RuntimeAspect
CLASS_SCOPE, INSTANCE_SCOPE, JVM_SCOPE, THREAD_SCOPE
 
Method Summary
 java.lang.Class getInterfaceClass()
           
 void setInterfaceClass(java.lang.Class interfaceClass)
           
 
Methods inherited from interface net.sf.joyaop.framework.RuntimeAspect
getParameters, getScope, setParameters, setScope
 
Methods inherited from interface net.sf.joyaop.framework.Aspect
getAspectClass, getPointcut, setAspectClass, setPointcut, weave
 

Method Detail

getInterfaceClass

java.lang.Class getInterfaceClass()

setInterfaceClass

void setInterfaceClass(java.lang.Class interfaceClass)


Copyright © 2004 Shen Li. All Rights Reserved.