Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Aspecting java classes ??

Is there any way to introduce code on java system classes, may be by modifying -Xbootclasspath. For example:

before (): call(void java.lang.System.out.print*(*)) {System.err.println("Before sysout"+thisJoinPoint);}

prasen



Back to the top