Does anyone know of there is a way to hide methods from appearing in the context menu of an object (Actor/World).
I have a scenario where I would like to hide say default or protected methods from appearing when the user right-clicks an Actor, in order to keep the method list clean.
Related: Is there a way to group the display of Interface methods (or display only those) in the context menu.
Could @JavaAnnotations be used for this?

