@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface DoNotVerifyResource
Tells the com.guidewire.testharness.multiapp.VerifyAllResourcesAndPCFFilesTest (in pl-test module) to ignore this type. Used for classes
that are intentionally invalid (for tests).