Skip to content

Instantly share code, notes, and snippets.

@erdemaydin
Created August 4, 2021 01:58
Show Gist options
  • Select an option

  • Save erdemaydin/158005922f206c85b823e406526b4383 to your computer and use it in GitHub Desktop.

Select an option

Save erdemaydin/158005922f206c85b823e406526b4383 to your computer and use it in GitHub Desktop.
@Order(1)
@Component
public class CustomerFilter implements Filter {
...
}
@Order(2)
@Component
public class ProductFilter implements Filter {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment