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