| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add missing nullability annotations to java.lang. | Pete Gillin | 2018-10-23 | 1 | -24/+23 |
| | | | | | | | | | | | | | | This fills in all the missing annotations from partially-annotated classes in this package found during validation. Note that most of these are in the method/parameter annotation form which metalava currently expects. The exception is on arrays, where they are in strict type annotation form for forwards compatibility. Bug: 64930165 Test: treehugger Change-Id: I20e296ec6ce87dba89602958bee7e69f2e67f42e | ||||
| * | Move .annotated.java files into an 'sdk' subdirectory. | Pete Gillin | 2018-09-18 | 1 | -0/+165 |
| 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 | |||||
