Merge "Update supported version for annotation processors to Java 17" am: 87ef07310b am: a8b2210b29 am: 51bd5b0770

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2491878

Change-Id: Idc50d712f28aa4bcaeb0d356a45b399d1009bd40
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2023-03-28 13:32:29 +00:00
committed by Automerger Merge Worker

View File

@@ -47,7 +47,7 @@ import javax.tools.Diagnostic.Kind;
* Annotation processor for {@link SearchIndexable} that generates {@link SearchIndexableResources}
* subclasses.
*/
@SupportedSourceVersion(SourceVersion.RELEASE_11)
@SupportedSourceVersion(SourceVersion.RELEASE_17)
@SupportedAnnotationTypes({"com.android.settingslib.search.SearchIndexable"})
public class IndexableProcessor extends AbstractProcessor {