Merge "Update supported version for annotation processors to Java 17"
This commit is contained in:
commit
87ef07310b
@ -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_11)
|
@SupportedSourceVersion(SourceVersion.RELEASE_17)
|
||||||
@SupportedAnnotationTypes({"com.android.settingslib.search.SearchIndexable"})
|
@SupportedAnnotationTypes({"com.android.settingslib.search.SearchIndexable"})
|
||||||
public class IndexableProcessor extends AbstractProcessor {
|
public class IndexableProcessor extends AbstractProcessor {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user