Skip to content

Instantly share code, notes, and snippets.

@catalinghita8
Created August 14, 2018 16:25
Show Gist options
  • Save catalinghita8/661ac1506916cf471d6c64b86c9b0982 to your computer and use it in GitHub Desktop.
Save catalinghita8/661ac1506916cf471d6c64b86c9b0982 to your computer and use it in GitHub Desktop.
@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