Package org.spongepowered.api.util.annotation.eventgen


@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class) package org.spongepowered.api.util.annotation.eventgen
  • Annotation Interfaces
    Class
    Description
    Used to indicate the absolute position of a property when sorted.
    Marks the annotated method as a factory method.
    Explicitly enables generation of an event factory method for an event class.
    Used to indicate the base class that a generated event class extends from.
    Explicitly disables generation of an event factory method for an event class.
    Used to specify the settings used when generating code for a property.
    Used to indicate that the return type of a method should be transformed by calling a method on it, indicated by the TransformWith annotation.
    Used to indicate a method that will be called from the method with the corresponding TransformResult annotation.
    Used to mark fields which should be used by the class generator.