How do I list the sub packages of a package in my Java project.
For example:
org.example.test
org.example.test.test1
org.example.test.test2
org.example.another_test
How to list all the packages belonging to the project, which starts with org.example