Package org.immutables.value
Annotation Type Generated
-
@Target(TYPE) public @interface GeneratedAnnotation to mark generated classes. This annotations was introduced as class retained annotation and is often needed to differentiate to include exclude generated classes when processing class files, in particular to exclude during code coverage instrumentation and similar. It is not made runtime-retailed because problems were reported with some systems. In order to introduce custom runtime-retained annotation, please try to useorg.immutables:annotatemodule to inject annotations at various places in generated code. Can be disabled byValue.Style.allowedClasspathAnnotations().
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringfromUsed to include reference (usually package relative) to class which was an annotated model from which this class was generated from.java.lang.StringgeneratorSymbolic name of generator/template used to emit file.
-