Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove requirement for custom annotations to be in a specific package #169

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

regbo
Copy link

@regbo regbo commented Apr 5, 2024

This pull request introduces a change to the handling of custom annotations within the system. Previously, all custom annotations were required to reside within the 'pl.com.labaj.autorecord' package. The update proposed by this pull request eliminates this limitation by implementing a new mechanism that searches for annotation templates across all packages. This enhancement is aimed at increasing the flexibility and usability of the system, allowing developers to organize their codebase more freely and utilize custom annotations more effectively across various packages, and live within security constraints.

@regbo regbo requested a review from pawellabaj as a code owner April 5, 2024 14:29
@pawellabaj
Copy link
Owner

@regbo , could you add some test for the change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants