com.artemis.annotations.EntityId Maven / Gradle / Ivy
package com.artemis.annotations;
import com.artemis.Component;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* TODO
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface EntityId {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy