The variable access specifies the minimum visibility level of classes and members that the -Xdoclint option checks. It can have one of the following values (in order of most to least visible) : public, protected, package and private. For example, the following option checks classes and members (with all groups of checks) that have the access level protected and higher (which includes protected, package and public):