Created
May 11, 2017 21:13
-
-
Save mkuehle/72fda5b53849cbe50258196441bd5307 to your computer and use it in GitHub Desktop.
Nutzung eines Interface mit default Methode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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