Commit e52d25f
Fix MissingOverrideAnnotation: Add @OverRide to YogaNodeJNIBase methods (facebook#56040)
Summary:
Fixed 101 MissingOverrideAnnotation lint errors in YogaNodeJNIBase.java.
Added Override annotation to all public methods that override abstract methods from the YogaNode superclass but were missing the annotation. This includes style getters/setters (direction, flex, margin, padding, border, position, width, height, min/max dimensions, aspect ratio, gap), layout methods (reset, calculateLayout, dirty), tree manipulation (addChildAt, removeChildAt, indexOf), and measurement/baseline functions.
Changelog: [Internal] internal
Reviewed By: cortinico
Differential Revision: D954130751 parent deecf88 commit e52d25f
1 file changed
Lines changed: 101 additions & 0 deletions
0 commit comments