Skip to content

Annotation collector with PackageScope shown as package-private itself #1658

@eric-milles

Description

@eric-milles

Consider the following:

import groovy.transform.*

@Final
@CompileStatic
@PackageScope([
  PackageScopeTarget.CLASS,
  PackageScopeTarget.METHODS,
  PackageScopeTarget.CONSTRUCTORS
])
@AnnotationCollector
@interface GroovyJupiter {
}

The meta-annotation is shown as package-private (small blue triangle in Package Explorer). It is the annotated class (JUnit5Tests in this case) that is supposed to be package-private.

Image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions