Move usage of PropertyRegistrarLoader.getGroups to AndHowCore from AndHow
Open
enhancement
- Dominant language
- Java
- Stars
- 25
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
The AndHow class is public, the AndHowCore class is internal. Getting the list of registered groups is an internal action w/ security implications. It should only be accessed from internal classes.
Future use of java modules will let use of PropertyRegistrarLoader.getGroups to be locked down, so lets move it to internal now.
Contributor guide
Assessment
This issue has not been assessed yet.