AndHowInit interface results in raw use warnings for users
Open
API Change
bug
Needs More Info
- Dominant language
- Java
- Stars
- 25
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
The single method signature in AndHowInit is: `AndHowConfiguration getConfiguration()`.
`AndHowConfiguration` is a class with generics, so this signature causes 'raw use of generic' warnings during compile.
Any change on this would be breaking, so it will have to wait for the next major version.
Contributor guide
Assessment
This issue has not been assessed yet.