Skip to content

Instantly share code, notes, and snippets.

@kompiro
Created July 18, 2010 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kompiro/480417 to your computer and use it in GitHub Desktop.
Save kompiro/480417 to your computer and use it in GitHub Desktop.
package org.eclipse.swtbot.jface;
import java.lang.annotation.*;
import org.eclipse.jface.wizard.IWizard;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Inherited
public @interface WithWizard {
Class<? extends IWizard> value();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment