With the following configuration, missing javadoc is being flagged for private members. This has only happened since upgrading to checkstyle 10.25.1 and using checkstyle plugin version 10.23.0.202506030314.
<module name="JavadocVariable">
<property name="accessModifiers" value="public,protected,package"/>
</module>