After setting sonar.java.source=23
I still get issues for “Public types, methods and fields (API) should be documented with Javadoc” (java:S1176) for code like this, that since JEP 467 is valid JavaDoc:
/// The [Foo] class.
public class Foo {}
I’m on SonarCloud with a quality profile extended from Sonar way with rule S1176 enabled.