hi sling devs when writing patches for the repo init recently, i noticed that there is some inconsistency in the formatting and that the code doesn't come with notnull/nullable annotations, which leads to a quite some extra checks for null, though the input will never be null.
having said that: is there an official coding style that i should follow when fixing the formatting inconsistencies? are notnull/nullable annotiations being used in the sling project? kind regards angela
