@Produces @Model @CurrentPerson public PersonWrapper getCurrentPerson() { return new PersonWrapper(identity.getUser().<Person>getAttribute("person").getValue()); }