Add toString to all MountItem subclasses

Summary:
Useful when Fabric debug logging is enabled

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D31399518

fbshipit-source-id: b5907084604adf1f7093798315147ac63b5876f2
This commit is contained in:
Pieter De Baets
2021-10-06 04:05:00 -07:00
committed by Facebook GitHub Bot
parent 25a2c608f7
commit cd4bef97d0
3 changed files with 26 additions and 3 deletions
@@ -59,7 +59,7 @@ import javax.lang.model.util.Types;
/**
* This annotation processor crawls subclasses of ReactShadowNode and ViewManager and finds their
* exported properties with the @ReactProp or @ReactGroupProp annotation. It generates a class per
* shadow node/view manager that is named {@code <classname>$$PropSetter}. This class contains
* shadow node/view manager that is named {@code <classname>$$PropsSetter}. This class contains
* methods to retrieve the name and type of all methods and a way to set these properties without
* reflection.
*/