Consider this code from the official OpenJDK source of java.awt.font.TextLayout:
java.awt.font.TextLayout
public final class TextLayout { /* ... */ protected v
Protected is (see access levels):
In the case of a final class, the method's used by other classes in the same package: it's the same as no access modifier (also called "package-private").
final