Package lombok.experimental
Annotation Type PackagePrivate
-
@Target({TYPE,FIELD,CONSTRUCTOR,METHOD,ANNOTATION_TYPE}) @Retention(SOURCE) public @interface PackagePrivateUsed to indicate the explicit intention for the annotated entity to have the package private access level. Currently used byFieldDefaultsandValueto avoid having it make a field one ofpublic,protected, orprivate.