Skip to content

Instantly share code, notes, and snippets.

@authsec
Created May 26, 2016 21:27
Show Gist options
  • Save authsec/3d2c8906a2460d1910600880fab14aaa to your computer and use it in GitHub Desktop.
Save authsec/3d2c8906a2460d1910600880fab14aaa 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 PROCESS phase.
*/
public interface Processable extends Plugin {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment