I'm using enum due to ability list all enum items....
# random
l
I'm using enum due to ability list all enum items. Or it's also possible in sealed class?
g
There is no easy way: manually create a list of instances, write annotation processor that will generate them for you or use reflections