Annotation Type EnableWebAlfrescoMvc
-
@Target(TYPE) @Retention(RUNTIME) @Documented @Inherited @EnableWebMvc @Import(DefaultAlfrescoMvcServletContextConfiguration.class) public @interface EnableWebAlfrescoMvc
use this class in order to importDefaultAlfrescoMvcServletContextConfigand to add @EnableWebMvc. You can omit this annotation and directly use @EnableWebMvc The default configuration reuse the Alfresco jackson configurationorg.alfresco.rest.framework.jacksonextensions.RestJsonModule