Skip to content

Instantly share code, notes, and snippets.

@nbuesing
Created February 9, 2012 20:39
Show Gist options
  • Select an option

  • Save nbuesing/1782915 to your computer and use it in GitHub Desktop.

Select an option

Save nbuesing/1782915 to your computer and use it in GitHub Desktop.
PreMock.java
package com.objectpartners.buesing.premock;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface PreMock {
Class<?>[] value();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment