We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm thinking, if we be able to do this, our runner will be more generic and we wil eliminate a lot of ENUMs.
@ArqvRule(name="REPOSITORIES_SHOULD_STAY_ON_REPOSITORY_PACKAGE", belongsTo="SPRING_REPOSITORY_GROUP_RULES")
What do you think @juliofalbo ?
The text was updated successfully, but these errors were encountered:
Hmm, but this way we will need to compare strings in the runner.
But, if this annotation create a enum in compile time (like Lombok) I think that will be great!
@andrelugomes
Sorry, something went wrong.
I like this idea...
Take a look at cglib! Would be a solution!
No branches or pull requests
I'm thinking, if we be able to do this, our runner will be more generic and we wil eliminate a lot of ENUMs.
@ArqvRule(name="REPOSITORIES_SHOULD_STAY_ON_REPOSITORY_PACKAGE", belongsTo="SPRING_REPOSITORY_GROUP_RULES")
What do you think @juliofalbo ?
The text was updated successfully, but these errors were encountered: