Annotation Interface ChenileController


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface ChenileController
Annotate all chenile controllers with this annotation. This makes a normal Spring controller into a Chenile controller. Chenile controllers define a service that maps to a Service Impl but also has other policies attached to it.
  • Element Details

    • serviceName

      String serviceName
      Default:
      ""
    • healthCheckerName

      String healthCheckerName
      Default:
      ""
    • mockName

      String mockName
      Default:
      ""
    • interfaceClass

      Class<?> interfaceClass
      Default:
      java.lang.Object.class