Package com.iohao.net.framework.annotations


package com.iohao.net.framework.annotations
Defines annotations used by the core framework to declare actions, routing metadata, and runtime behavior customizations.
Author:
渔民小镇
date:
2024-08-05
  • Annotation Interfaces
    Class
    Description
    Marks a class as an action controller that handles requests for a specific command module.
    Marks a method within an ActionController as a request handler for a specific sub-command.
    Marker annotation indicating that the annotated element requires the Enterprise Edition.
    Specifies validation groups for Jakarta Bean Validation on action method parameters.