Skip to content

Instantly share code, notes, and snippets.

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