Annotation Type SuppressPackageLocation


  • @Target(PACKAGE)
    @Retention(CLASS)
    public @interface SuppressPackageLocation
    Indicates that the PackageLocation warning should be suppressed for this package.

    The standard SuppressWarnings annotation cannot be applied to packages, so we must use a custom suppression annotation for this check.