@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Mapped
public class Controller {
@View
public Response.Content
display(User user) { ...}
}
@Mapped
public class User {
...
}
Copyright © 2015 eXo Platform SAS. All rights reserved.