@Target(value={CONSTRUCTOR,METHOD,FIELD,TYPE})
@Retention(value=CLASS)
public @interface Generated
NB: As of v1.16.2 which introduces this annotation, lombok doesn't actually add this annotation; we're setting it up so that lombok jars in widespread use start having this, which will make it easier to actually apply it later on.
Copyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.