juzu
Annotation Type Mapped


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Mapped

This annotation declares a java type to be a valid controller method parameter type:

    public class Controller {
       @View public Response.Render display(User user) { ...}
    }
 

@Mapped public class User { ... }

Author:
Alain Defrance



Copyright © 2013 eXo Platform SAS. All Rights Reserved.