Annotation Type AdminContext
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface AdminContextUsed together withWebServlet,WebFilterandWebListenerannotations to specify target context.By default, web extensions target main context. Adding
@AdminContextwill mean registration in admin context. Using@AdminContext(andMain = true)will mean installation to both contexts.- Since:
- 06.08.2016
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanandMainAnnotation presence switches publication to admin context.
-