As I'm starting to learn PMS's API more and look at more code I'm noticing a few POJO's. One thing that I think might be helpful is Project Lombok ( http://projectlombok.org/ ). This allows you to specify getters, setters, tostring, hascode, etc with just an annotation. This does help reduce code clutter since you don't have a wall of getters and setters between major parts of your code. You could also start to phase out calling fields by their direct field names, which is generally bad practice.
If nobody wants to implement it I would be willing to help out when I finish my VLC project. Once again though I'm simply wondering if PMS devs are open to the idea.
