Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Created February 19, 2020 03:16
Show Gist options
  • Save markchristopherng/73704d48798af0e904b95caa5c7e3575 to your computer and use it in GitHub Desktop.
Save markchristopherng/73704d48798af0e904b95caa5c7e3575 to your computer and use it in GitHub Desktop.
@InjectConstructor
class GreetingServiceImpl(private val messageData: MessageData, private val timeService: TimeService) :
GreetingService {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment