All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.artemis.Component Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
package com.artemis;

/**
 * Components are pure data classes with optionally some helper methods.
 * 

* Extend to create your own components. Decorate with {@link com.artemis.annotations.PooledWeaver} * or manually extend {@link PooledComponent} to make the component pooled. * * @author Arni Arent * @see PooledComponent * @see com.artemis.annotations.PooledWeaver */ public abstract class Component { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy