Guest User

Untitled

a guest
Feb 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class Entity {
  2. @OneToMany
  3. @AuthSerialize("ChildView", default=Collections.emptyList())
  4. Collection<Child> children;
  5. }
Add Comment
Please, Sign In to add comment