| Detects whether a class implements the continuable marker interface that is
setup in the provided instrumentation config.
This is done without actually loading the class and by analyzing the
bytecode itself. It's important to not load the class because the class is
supposed to be instrumented before actually loading it, if it implements
the marker interface.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3811 $ since: 1.6 |