Annotation 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.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
value
String value -
serviceName
String serviceName- Default:
""
-
serviceModule
String serviceModule- Default:
""
-
bluePrintName
String bluePrintName- Default:
""
-
additionalAttributes
ChenileAdditionalAttribute[] additionalAttributes- Default:
{}
-
healthCheckerName
String healthCheckerName- Default:
""
-
mockName
String mockName- Default:
""
-
interfaceClass
Class<?> interfaceClass- Default:
java.lang.Object.class
-