Skip to content

DSLD annotatedBy pointcut does not account for collector annotations #645

@eric-milles

Description

@eric-milles

Collector annotations (wrappers for repeatable annotations) are not supported by annotatedBy. Ideally, a pointcut could specify annotatedBy(Tag) and it would match on code like:

class Foo {
  @Tags([@Tag('one'), @Tag('two')])
  def bar() {
  }
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions