Package org.chenile.http.annotation


package org.chenile.http.annotation
Extended Chenile HTTP based annotations
  • Annotation Interfaces
    Class
    Description
    This annotation specifies that this particular method needs a body type selector for determining the type that the body needs to convert to.
    Annotate all chenile controllers with this annotation.
    The ChenileParamType is required when the method signature of a service does not match the method signature of the controller.
    This is required to state the possible response codes for successful responses.
    This is not required for error responses since the exception will already have the response code for error responses.