Skip to content

Commit

Permalink
Raise source and target version of Prop annotation processor from 7 t…
Browse files Browse the repository at this point in the history
…o 11

Summary:
Raise source and target version of annotation processor from 7 to 11

This is unused in OSS

changelog: [internal] internal

Differential Revision: D69478025
  • Loading branch information
mdvacca authored and facebook-github-bot committed Feb 11, 2025
1 parent ba4a0cc commit 8b41b90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
* 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;
Expand Down

0 comments on commit 8b41b90

Please sign in to comment.