hashsploit/clank

Improve Medius packet type map

Opened this issue · 0 comments

Currently we have a static map for the packet IDs to the implementing classes. It would improve code quality.

A better solution would be to add annotations and then write an annotation processor to do this at codegen time.