title | issue |
---|---|
Adjusted hook class visibilities |
NEXT-19598 |
- 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\Field
s to be@internal
- Changed all
AppChangedEvent
s to be@final