jfilter
jfilter copied to clipboard
Adding support for hidden event attributes
Adding the capability the introspect events that do not only exposed public attributes or getters:
public class Event[T] { String topic; T content; }