aboutsummaryrefslogtreecommitdiff
path: root/value/src/main/java/com
AgeCommit message (Expand)Author
2023-09-08Apply a workaround for a JDK bug unconditionally.Éamonn McManus
2023-08-24Apply `@Nullable` to fields in the generated class where appropriate.Éamonn McManus
2023-07-11Output a warning if a `setX` method in a `Builder` is marked `@Nullable`.Éamonn McManus
2023-05-01Update @Autoannotation documentation to say that it isn't needed in Kotlin.Google Java Core Libraries
2023-04-25Ensure class values are tested in the `Everything` annotation.Éamonn McManus
2023-04-04Improve generate constructor parameter names in the `@Memoized` extension.Éamonn McManus
2023-03-13Allow a property to be null if its type is a type variable with a `@Nullable`...Éamonn McManus
2023-03-08Indicate _which_ type was missing when AutoValue etc give up because of missi...Éamonn McManus
2023-02-11Loosen the rules for AutoBuilder copy-constructors.Éamonn McManus
2023-02-10Make property builders a bit more flexible.Éamonn McManus
2023-01-31Use a simpler way to transform one `ImmutableMap` into another.Éamonn McManus
2022-12-20Remove a stray lint directive.cpovirk
2022-12-15Make it easier to support @CopyAnnotations in AutoValueExtensionsGoogle Java Core Libraries
2022-12-12Include a `@Nullable` type annotation on property builder fields if available.Éamonn McManus
2022-12-01Adjust documentation links to reflect the renamed main branch.Éamonn McManus
2022-11-30Include a `@Nullable` type annotation on appropriate builder fields if availa...upstream-masterÉamonn McManus
2022-11-23Fix typo in @Memoized JavadocGoogle Java Core Libraries
2022-11-22Use a narrowing cast with `|=` where appropriate.Éamonn McManus
2022-10-25Fix an issue with builder getters.Éamonn McManus
2022-08-30Copy annotations to the generated AutoBuilder subclass if requested.Éamonn McManus
2022-06-23Simplify link in SerializableAutoValue doc by making it relative.Google Java Core Libraries
2022-05-17Correctly handle the case of a missing AutoBuilder `build()` method.Éamonn McManus
2022-05-12Correctly handle `toBuilder()` when some but not all properties have defaults.Éamonn McManus
2022-05-11For `@AutoBuilder` classes, generate a "copy constructor" if appropriate.Éamonn McManus
2022-03-23AutoBuilder support for Kotlin default constructor parameters.Éamonn McManus
2022-03-17Add a class that generates bytecode to call a constructor.Éamonn McManus
2022-03-07Introduce an abstraction of `ExecutableElement` for AutoBuilder.Éamonn McManus
2022-02-25Allow AutoBuilder to build annotation implementations directly.Éamonn McManus
2022-02-23Make Serializable and Memoized extensions work together.Éamonn McManus
2022-02-19Remove text about instability of AutoBuilder.Éamonn McManus
2022-02-09Generate correct code even if someone has redefined `Double`.Éamonn McManus
2022-02-01Change AutoAnnotation to have CLASS retention.Éamonn McManus
2022-01-27Use `buildOrThrow()` in preference to `build()` in property builders.Éamonn McManus
2022-01-14Behave better when property builders collide with JavaBeans eccentricity.Éamonn McManus
2022-01-12Remove the requirement for `@AutoAnnotation` methods to be static.Éamonn McManus
2022-01-07In builders, track unset primitive properties with bitmasks rather than boxing.Éamonn McManus
2021-12-13Disallow `@AutoValue final class`.Éamonn McManus
2021-12-07Validate that `@AutoValue` (etc) classes have appropriate constructors.Éamonn McManus
2021-12-06Make `@AutoBuilder` available unconditionally.Éamonn McManus
2021-11-02Make it easier to make a step-builder for AutoValue.Éamonn McManus
2021-10-19Use `Objects.requireNonNull(x)` instead of `x.getClass()` in no-identifiers m...Éamonn McManus
2021-10-19Handle missing type when copying annotations.Éamonn McManus
2021-10-05Ensure the order of copied annotations is deterministic.Éamonn McManus
2021-09-06Use annotation default values with `@AutoBuilder` and `@AutoAnnotation`.Éamonn McManus
2021-08-16Avoid `instanceof TypeElement` in Auto code.Éamonn McManus
2021-07-24Simplify old GWT-handling code in AutoValue.Éamonn McManus
2021-06-30Rewrite some references to JSpecify `@Nullable` to prevent their being rewrit...Éamonn McManus
2021-06-28Use more fluent streams constructs.Éamonn McManus
2021-06-24Ensure that AutoBuilder works with property builders.Éamonn McManus
2021-06-02Reformat all the Auto projects using google-java-format. For now, javadoc ref...Éamonn McManus