com.khubla.pragmatach.framework.annotation
Annotation Type Controller


@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface Controller

Author:
tome

Optional Element Summary
 String name
           
 Controller.Scope scope
           
 

name

public abstract String name
Default:
""

scope

public abstract Controller.Scope scope
Default:
com.khubla.pragmatach.framework.annotation.Controller.Scope.request


Copyright © 2014 khubla.com. All rights reserved.