org.codehaus.aspectwerkz.hook
Interface RuntimeClassProcessor

All Known Implementing Classes:
AspectWerkzPreProcessor

public interface RuntimeClassProcessor

Component able to transform a class at runtime

Author:
Alexandre Vasseur

Method Summary
 byte[] preProcessActivate(Class klazz)
           
 

Method Detail

preProcessActivate

public byte[] preProcessActivate(Class klazz)
                          throws Throwable
Throws:
Throwable


Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.