Skip to content

Instantly share code, notes, and snippets.

@paulparkinson
Last active September 13, 2019 20:17
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 paulparkinson/f7c2690fe8590ddc6f7d05231ef19fb0 to your computer and use it in GitHub Desktop.
Save paulparkinson/f7c2690fe8590ddc6f7d05231ef19fb0 to your computer and use it in GitHub Desktop.
LRA FilterRegistration DynamicFeature
@Override
public Set<Class<?>> getClasses() {
Set<Class<?>> s = new HashSet<Class<?>>();
s.add(FilterRegistration.class);
//...
return s;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment