Skip to content

Instantly share code, notes, and snippets.

@MarcoSignoretto
Created November 11, 2023 18:03
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 MarcoSignoretto/b7ca73d91cb410fce37e2a9b50ca30ba to your computer and use it in GitHub Desktop.
Save MarcoSignoretto/b7ca73d91cb410fce37e2a9b50ca30ba to your computer and use it in GitHub Desktop.
DishesRepository.java
public interface DishesRepository {
@NotNull
List getDishes();
@NotNull
List getDishes(@NotNull DishSpecification var1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment