Annotation Interface AdminController


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