Package org.aspectj.weaver.tools
Interface GeneratedClassHandler
-
- All Known Subinterfaces:
WeavingClassLoader
- All Known Implementing Classes:
GeneratedCachedClassHandler,WeavingURLClassLoader
public interface GeneratedClassHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacceptClass(String name, byte[] originalBytes, byte[] weavedBytes)
-
-
-
Method Detail
-
acceptClass
void acceptClass(String name, byte[] originalBytes, byte[] weavedBytes)
-
-