jfilter icon indicating copy to clipboard operation
jfilter copied to clipboard

Adding support for hidden event attributes

Open rouvoy opened this issue 11 years ago • 0 comments

Adding the capability the introspect events that do not only exposed public attributes or getters:

public class Event[T] { String topic; T content; }

rouvoy avatar Apr 04 '14 07:04 rouvoy