@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.util.annotation.eventgen
-
Annotation Types Summary Annotation Type Description AbsoluteSortPosition Used to indicate the absolute position of a property when sorted.FactoryMethod Marks the annotated method as a factory method.GenerateFactoryMethod Explicitly enables generation of an event factory method for an event class.ImplementedBy Used to indicate the base class that a generated event class extends from.NoFactoryMethod Explicitly disables generation of an event factory method for an event class.PropertySettings Used to specify the settings used when generating code for a property.TransformResult Used to indicate that the return type of a method should be transformed by calling a method on it, indicated by theTransformWith
annotation.TransformWith Used to indicate a method that will be called from the method with the correspondingTransformResult
annotation.UseField Used to mark fields which should be used by the class generator.