-
Notifications
You must be signed in to change notification settings - Fork 2
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
🌠Feature configurable json path #85
Conversation
…older cannot be seen on the classpath
*/ | ||
String file() default ""; | ||
String fileName() default AnnotationConstants.DEFAULT_VALUE_MUST_BE_CALCULATED; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
packagename and filename are difficult to understand. They provide four option to configure. If someone wishes to use own filenames, they must provide a full qualified filename.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We now have only one property which defines the complete file name including the path.
Kudos, SonarCloud Quality Gate passed! |
No description provided.