@Controller @Target(value=TYPE) @Retention(value=RUNTIME) public @interface SpringFunctionality
Functionality.
This annotation can be used in place of Controller.
The path for the functionality is inferred from the RequestMapping of the controller.| Modifier and Type | Required Element and Description |
|---|---|
Class<?> |
app |
String |
title |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
accessGroup |
String |
description |
Copyright © 2018 FenixEdu. All rights reserved.