Created
August 14, 2018 16:25
-
-
Save catalinghita8/661ac1506916cf471d6c64b86c9b0982 to your computer and use it in GitHub Desktop.
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
@AppScoped | |
public class MessageRepository { | |
@Inject | |
public MessageRepository() { | |
} | |
@NonNull | |
public String getData(){ | |
return "Hello Medium!"; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment