Interface FastContextClassLoaderThread

All Known Implementing Classes:
DynamicThread

public interface FastContextClassLoaderThread
A marker interface indicating that a thread is capable of performing Thread.setContextClassLoader(ClassLoader) and fast (without the security overhead).
Author:
kimchy (shay.banon)