juzu
Annotation Type View


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface View

Annotate a method for declaring a view controller method.

    public void MyController {

       @View
       public void myView() {
          ...
       }
    }
 

Author:
Julien Viet

Optional Element Summary
 String id
          The controller method id.
 

id

public abstract String id
The controller method id.

Returns:
the route id
Default:
""


Copyright © 2013 eXo Platform SAS. All Rights Reserved.