|
|||||||||
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(java.lang.String className,
byte[] bytes,
java.lang.ClassLoader classLoader)
Weave |
Method Detail |
---|
void initialize()
byte[] preProcess(java.lang.String className, byte[] bytes, java.lang.ClassLoader classLoader)
className
- bytes
- classLoader
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |