org.juzu
Annotation Type Resource


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

Annotate a method for declaring a resource serving controller method.

    public void MyController {

       @Resource
       public void myResource() {
          ...
       }
    }
 

Author:
Julien Viet

Optional Element Summary
 String id
           
 

id

public abstract String id
Default:
""


Copyright © 2011 eXo Platform SAS. All Rights Reserved.