Package dev.voidframework.web.http.annotation


package dev.voidframework.web.http.annotation
  • Annotation Interfaces
    Class
    Description
    Indicates that CSRF token verification don't have to be performed.
    Annotation which indicates that a method parameter should be bound to the request body content.
    Annotation which indicates that a method parameter should be bound to a path segment variable.
    Annotation which indicates that the method should be called if the incoming request matches.
    Annotation which indicates that a method parameter should be bound to a query string variable.
    Defines filters to apply.