Skip to content

Instantly share code, notes, and snippets.

@authsec
Created May 26, 2016 21:25
Show Gist options
  • Save authsec/0a1e0553781f91d5886cab052eeef33d to your computer and use it in GitHub Desktop.
Save authsec/0a1e0553781f91d5886cab052eeef33d to your computer and use it in GitHub Desktop.
package org.coffeecrew.tutorials.simplepluginmechanism;
/**
Marker Interface to tell this is a plugin running in the PRE_PROCESS phase.
*/
public interface PreProcessable extends Plugin {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment