History log of /packages/services/Car/car-lib/src/android/car/annotation/FutureFeature.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c25ccb4bfab7567c54cb327376d5feb9848de63f 07-Feb-2017 Enrico Granata <egranata@google.com> Retain FutureFeature in the .class file in order to enable parsing it by automated tool.

Annotations marked @Retention(SOURCE) get stripped by the compiler and can't be scanned from a compiled class.

Test: build.
Change-Id: Ide2d513ef2ac4d7d8edb7faeac8bdf344ef82c55
/packages/services/Car/car-lib/src/android/car/annotation/FutureFeature.java
bae6e255631798985618af0d53e0a8e1fa42cb8f 25-Jan-2017 Keun-young Park <keunyoung@google.com> Add skeleton for future feature support

- Future feature is for feature which will not be enabled by default.
- These features are not ready yet and should not be used for
production.
- APIs marked with FutureFeature annotation is for APIs under development.
Those APIs should never used for production.

bug: 34710797
Test: build

Change-Id: If5d001f31b770fc6ba7bce084d98ce3c1fc1850f
/packages/services/Car/car-lib/src/android/car/annotation/FutureFeature.java