In my program , I have several class variablevariables whose access specifier is known as private package.
The default accessor specifier in Java is known as private package where it is accessible within the package which the class belongs to .
For the UML class diagram , should iI label these variables as public or private ,? I cantcan't decide because of this concept of private package.