com.artemis.Component Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of artemis-odb Show documentation
Show all versions of artemis-odb Show documentation
Fork of Artemis Entity System Framework.
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