Annotation Type Generated


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface Generated
    Marks generated query bean source code.

    This is code generated by the query bean generator (annotation processor).

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      The name of the generator used to generate this source.
    • Element Detail

      • value

        String value
        The name of the generator used to generate this source.