Annotation Type Generated


@Target(TYPE)
@Retention(RUNTIME)
public @interface Generated
Marks source code that has been generated.
  • Required Element Summary

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

    • value

      The name of the generator used to generate this source.