aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/bound/EnumConstantValue.java
AgeCommit message (Collapse)Author
2021-09-16Finish migrating to JSpecify annotationsLiam Miller-Cushon
PiperOrigin-RevId: 397209445
2021-07-18Annotate binder and related packages for nullnessLiam Miller-Cushon
PiperOrigin-RevId: 385446789
2019-06-15Improve toString representationscushon
MOE_MIGRATED_REVID=251782540
2018-10-22Implement equals, hashCode, and toString for `Const` model objectscushon
MOE_MIGRATED_REVID=218089802
2016-10-27Refactor in preparation for type annotation supportcushon
Types will soon depend on annotations, which depend on constants, which may have types. Untangle that by moving bound non-primitive constants (enums, annotations, class literals) to the bound node package, and moving annotation info into the type package. MOE_MIGRATED_REVID=137465249