Annotation Interface RequestQuery


@Target(PARAMETER) @Retention(RUNTIME) public @interface RequestQuery
RequestQuery.
从以下版本开始:
1.5.0
版本:
1.5.0
作者:
ilikly
  • 元素详细资料

    • query

      Class<? extends IQuery> query
      默认值:
      org.ifinalframework.core.IQuery.class
    • resource

      String resource
      默认值:
      "resource"
    • view

      Class<?> view
      默认值:
      org.ifinalframework.core.IView.class