Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 337 Bytes

2023-04-26-hook-class-visibilities.md

File metadata and controls

8 lines (8 loc) · 337 Bytes
title issue
Adjusted hook class visibilities
NEXT-19598

Core

  • Changed all abstract Hook classes to be @internal and all concrete Hook classes to be @final, you should only rely on the concrete hooks and not add hooks yourself.
  • Changed all XML\Fields to be @internal
  • Changed all AppChangedEvents to be @final