My team would like to be able to clearly see which classes in a package are public. Unfortunately there seems to be no visual indication of this in the Netbeans project view. Is there any way of adding the behaviour we want? If not, will the plugin API allow me to write a plugin which adds this behaviour myself?
Alternatively, what other solutions are there to get a basic high-level look at the visibility and dependants of classes in a package? Going in to each class, checking its visibility, and doing a 'Find Usages' is not convenient.