Annotation Interface FrameAccumulatorForPerformance


@Retention(CLASS) @Target({TYPE,FIELD}) public @interface FrameAccumulatorForPerformance
Used on fields that accumulate frames and run some job once the field has reached some value (enough time passed). Usually such fields are only used to improve performance by not running heavy jobs every frame. This annotation just makes it easier for me to find such fields.