@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface UrlMapping
Annotation, which can be used to define the URL a specific Controller should listen to.
If the URL starts with /* /admin and the controller extends the AdministrationViewController it
will be rendered within the administration menu. If the url starts with /* /admin/application/ it
will be only visible and accessible in the global client. (See also
DynamicUrlHandlerMappingRegistry)
- Author:
- Communote GmbH - http://www.communote.com/