Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[core] Refactor core annotations API #5200

Merged
merged 9 commits into from
Jun 2, 2016
Merged

[core] Refactor core annotations API #5200

merged 9 commits into from
Jun 2, 2016

Commits on Jun 2, 2016

  1. [android] Simplify the JNI definitions for annotation methods

    Instead of providing both singleton and List-based implementations:
    
    * Define everything in terms of arrays
    * Do singleton ⇢ array and List ⇢ array conversions in Java
    jfirebaugh committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    555c9ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efaf646 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa1a54c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8985b13 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfd6757 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0fba70d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    574dd14 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8068424 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3689f52 View commit details
    Browse the repository at this point in the history