Description
while investigating the NPE found with OAK-8212, i noticed that the interfaces in org.apache.jackrabbit.oak.spi.nodetype don't have consistent NotNull/Nullable annotations.
it should be straight forward to add those and adjust the implementation in oak-core accordingly.