Guest User

Untitled

a guest
Aug 14th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. @AppScoped
  2. public class MessageRepository {
  3. @Inject
  4. public MessageRepository() {
  5. }
  6.  
  7. @NonNull
  8. public String getData(){
  9. return "Hello Medium!";
  10. }
  11. }
Add Comment
Please, Sign In to add comment