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