Guest User

Untitled

a guest
Jan 22nd, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <content>
  2. <p><b>Node:</b> Some information</p>
  3. </content>
  4.  
  5. @Data
  6. class Content {
  7. TextInParagraph p;
  8. }
  9.  
  10. @Data
  11. class TextInParagraph {
  12. String text;
  13. }
Add Comment
Please, Sign In to add comment