Annotation Interface Generated


The Generated annotation is used to mark source code that has been generated. It can also be used to differentiate user written code from generated code in a single file.

Examples:

   @Generated("com.example.Generator")
 
   @Generated(value="com.example.Generator", date= "2017-07-04T12:08:56.235-0700")
 
   @Generated(value="com.example.Generator", date= "2017-07-04T12:08:56.235-0700",
      comments= "comment 1")
 
Since:
9