Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mkuehle/72fda5b53849cbe50258196441bd5307 to your computer and use it in GitHub Desktop.
Save mkuehle/72fda5b53849cbe50258196441bd5307 to your computer and use it in GitHub Desktop.
Nutzung eines Interface mit default Methode
/**
* Job Exectuion Parmater für Hintergrundjob 'Nutzerdaten erstellen'
*/
public CreateUserEntriesJobExecutinonParameter implements JobExcecutionParameter {
private Long userId;
private Long seasonId;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment