Package gg.xp.reevent.scan
package gg.xp.reevent.scan
-
ClassDescriptionDeprecated.Indicates that for any event handlers annotated with
HandleEvents
, that theFilteredEventHandler.enabled(EventContext)
method should be checked first.This annotation tellsAutoHandlerScan
that this is method should be used to handle events.Indicates that a particular handler is purely an output, and should be excluded from both replays and tests.Causes the annotated class to NOT be scanned byAutoHandlerScan
even if it does have annotations that would otherwise cause it to be scanned.Causes the annotated class to be scanned byAutoHandlerScan
even if it does not have any annotations that would otherwise cause it to be scanned.