summaryrefslogtreecommitdiff
path: root/ojluni/annotations/sdk/nullability/java/lang/StringBuilder.annotated.java
Commit message (Collapse)AuthorAgeFilesLines
* Add missing StringBuilder nullability annotationsPaul Duffin2019-11-011-3/+3
| | | | | | | | | | | StringBuilder implements some methods of CharSequence that have nullability annotations but was missing its own annotations on those methods which resulted in the nullability validator reporting them was incompatible. Bug: 143700871 Test: m dist Change-Id: I226810d40c19917aacb0a350bf6691951f0f10ad
* Move .annotated.java files into an 'sdk' subdirectory.Pete Gillin2018-09-181-0/+142
All of the current annotations are intended for use in the SDK build, and live at ojluni/annotations. In order to make room for annotated stubs for other purposes, this change moves them. There is a README that describes the intended directory structure. (N.B. Validation of the nullability stubs is not landed yet but is described here in anticipation.) Bug: 115746226 Test: `make api-stubs-docs` Change-Id: I7cfbdb5dc9888f796eb1f384155fce33125a7d9e