Annotation Type Results


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Results
    Author:
    Clinton Begin
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String id
      The name of the result map.
      Result[] value  
    • Element Detail

      • id

        java.lang.String id
        The name of the result map.
        Default:
        ""
      • value

        Result[] value
        Default:
        {}