Annotation Interface NoWrap


@Retention(RUNTIME) @Target(METHOD) public @interface NoWrap
This is used to annotate a method which we should not wrap.
Author:
Mike Douglass