Annotation Interface StaticWrapper


@Target(METHOD) @Documented public @interface StaticWrapper
Denotes a method created purely for the purposes of wrapping a static method call in a non-static method so that a mock can be created.
Since:
2/20/14 7:51 AM