mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Raise source and target version of Prop annotation processor from 7 to 11 (#49343)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49343 Raise source and target version of annotation processor from 7 to 11 This is unused in OSS changelog: [internal] internal Reviewed By: NickGerleman Differential Revision: D69478025 fbshipit-source-id: 28c6ed5889db423c43a36ccee396083ae7e78e5f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a733930017
commit
5cb71ef181
+1
-1
@@ -66,7 +66,7 @@ import javax.lang.model.util.Types;
|
||||
* reflection.
|
||||
*/
|
||||
@SupportedAnnotationTypes("com.facebook.react.uimanager.annotations.ReactPropertyHolder")
|
||||
@SupportedSourceVersion(SourceVersion.RELEASE_7)
|
||||
@SupportedSourceVersion(SourceVersion.RELEASE_11)
|
||||
public class ReactPropertyProcessor extends ProcessorBase {
|
||||
private static final Map<TypeName, String> DEFAULT_TYPES;
|
||||
private static final Set<TypeName> BOXED_PRIMITIVES;
|
||||
|
||||
Reference in New Issue
Block a user