Update supported version for IndexableProcessor to Java 11
Test: m Bug: 234418964 Change-Id: I0459bdab55d36cf532160958654e736026db5204
This commit is contained in:
@@ -47,7 +47,7 @@ import javax.tools.Diagnostic.Kind;
|
||||
* Annotation processor for {@link SearchIndexable} that generates {@link SearchIndexableResources}
|
||||
* subclasses.
|
||||
*/
|
||||
@SupportedSourceVersion(SourceVersion.RELEASE_9)
|
||||
@SupportedSourceVersion(SourceVersion.RELEASE_11)
|
||||
@SupportedAnnotationTypes({"com.android.settingslib.search.SearchIndexable"})
|
||||
public class IndexableProcessor extends AbstractProcessor {
|
||||
|
||||
@@ -217,4 +217,4 @@ public class IndexableProcessor extends AbstractProcessor {
|
||||
mFiler = processingEnvironment.getFiler();
|
||||
mMessager = processingEnvironment.getMessager();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user