aboutsummaryrefslogtreecommitdiff
path: root/java/com/google/turbine/binder/bound/HeaderBoundClass.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
2020-06-12Fix some redundanciesLiam Miller-Cushon
PiperOrigin-RevId: 316170108
2016-12-14Check visibility of static on-demand type importscushon
Move initial modifier handling earlier in binding, and use it to filter private class and fields from on-demand imports. MOE_MIGRATED_REVID=142092576
2016-10-04Type binding, and initial end-to-end test coveragecushon
MOE_MIGRATED_REVID=135171986
2016-09-15Type hierarchy bindingcushon
Resolve superclasses and interfaces. For now, only consider types compiled from source. MOE_MIGRATED_REVID=132078997