org.multiverse.instrumentation
Interface Filer
- All Known Implementing Classes:
- DumpingFiler, FileSystemFiler, JavaAgentFiler
public interface Filer
The Filer is responsible for creating class definitions. It is used as a callback
mechanism so other tools that would like to integrate with the Multiverse compiler are
able to deal additional classes generated by Multiverse.
- Author:
- Peter Veentjer
createClassFile
void createClassFile(Clazz clazz)
Copyright © 2008-2010 Multiverse. All Rights Reserved.