0
votes

Can i do that?

@ProxyFor(value = User.class, locator = EntityLocator.class)
  public interface UserProxy extends EntityProxy{

   List<UserProxy> getFriends();
}

I suppose that work, but i get null. What's wrong?

1

1 Answers