Class BasicContinuableClassLoader

java.lang.Object
java.lang.ClassLoader
rife.continuations.basic.BasicContinuableClassLoader
All Implemented Interfaces:
ClassBytesProvider

public class BasicContinuableClassLoader extends ClassLoader implements ClassBytesProvider
Classloader implementation that will transform bytecode for classes that should receive the continuations functionalities.

Note that this is a basic classloader implementation. For your own application you should probably create your own or at least read over the source code of this one. It's even better to not use a custom classloader and only rely on the ContinuationsAgent.

Since:
1.0