|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassPreProcessor
Generic class pre processor interface that allows to separate the AspectJ 5 load time weaving from Java 5 JVMTI interfaces for further use on Java 1.3 / 1.4
Method Summary | |
---|---|
void |
initialize()
Post constructor initialization, usually empty |
byte[] |
preProcess(String className,
byte[] bytes,
ClassLoader classLoader)
Weave |
Method Detail |
---|
void initialize()
byte[] preProcess(String className, byte[] bytes, ClassLoader classLoader)
className
- bytes
- classLoader
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |