/**
 * Contains core language classes related to compile-time annotations.
 */
// The default value (true) is explicitly declared to avoid Eclipse 2020 JDT
// builder errors.
// See https://bugs.eclipse.org/bugs/show_bug.cgi?id=566599
// See also java.lang.package-info.java
@ej.annotation.NonNullByDefault(true)
package java.lang.annotation;