Annotation Interface AdminController


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface AdminController
Indicates that the annotated class is a mvc controller used within spring boot admin.
Author:
Johannes Edmeier