com.artemis.annotations.Transient Maven / Gradle / Ivy
package com.artemis.annotations;
import java.lang.annotation.*;
/**
* Never persisted when serializing.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Inherited
public @interface Transient {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy