@Retention(value=SOURCE) @Target(value={PACKAGE,TYPE,ANNOTATION_TYPE,METHOD,CONSTRUCTOR,FIELD,LOCAL_VARIABLE,PARAMETER}) public @interface Generated
Indicates a part of the code that was generated, and will be overwritten the next time the generators are run.
public abstract String[] value
com.acme.generator.CodeGen
.Copyright © 2007–2022. All rights reserved.