@Documented
@Retention(value=SOURCE)
@Target(value={METHOD,FIELD,CONSTRUCTOR,TYPE})
public @interface PackageLocal
Annotation to indicate that the annotated element has package-local visibility
intentionally, usually to avoid accessor methods. This annotation serves as
documentation to inform others of the deliberate design choice.