org.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
           
 

id

public abstract String id
Default:
""


Copyright © 2011 eXo Platform SAS. All Rights Reserved.