@Retention(value=RUNTIME)
@Inherited
@Target(value={METHOD,TYPE})
public @interface TemplateContext
The annotation is used specify the template context of a controller class.
Note this annotation is inherited
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Specify the template context
|
Copyright © 2014–2017 ActFramework. All rights reserved.