@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.event.filter.type
Listener method filters based on event type.
These annotations allow excluding
and including
subtypes of the declared event parameter in a declarative manner.
-
-
Annotation Interfaces
Filters out all specified event types.
Filters out all event types which are not in the specified array of event
classes.