Skip to content

Instantly share code, notes, and snippets.

@zskamljic
Created November 13, 2017 17:28
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 zskamljic/4f68e19f43022a6ca44d03e2fcf3ba5f to your computer and use it in GitHub Desktop.
Save zskamljic/4f68e19f43022a6ca44d03e2fcf3ba5f to your computer and use it in GitHub Desktop.
@Override
public Set getSupportedAnnotationTypes() {
return new LinkedHashSet() {{
add(Depend.class.getCanonicalName());
}};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment