Skip to content

add code lens to explain expressions using Copilot to AOP related annotations #1330

Closed
@martinlippert

Description

@martinlippert

We can broaden the scope of the "explain with Copilot" feature to AOP related annotations.

The details:

  • @Pointcut("..") -> explain the AspectJ pointcut expression ".."
  • @Before(".."), @Around(".."), @After("..") -> explain the AspectJ before/around/after annotation expression ".."

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions