com.artemis.annotations.package-info 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.
/**
* Annotations used by Artemis, both runtime and during compilation,
*
* Runtime: {@link com.artemis.annotations.Wire}.
*
* Annotation Processor for {@link com.artemis.EntityFactory}: {@link com.artemis.annotations.Bind},
* {@link com.artemis.annotations.Sticky}, {@link com.artemis.annotations.UseSetter}.
*
* Bytecode weaving (provided by CLI tool and gradle/maven plugin): {@link com.artemis.annotations.PackedWeaver},
* {@link com.artemis.annotations.PooledWeaver}, {@link com.artemis.annotations.PreserveProcessVisiblity},
* {@link com.artemis.annotations.Profile}.
*/
package com.artemis.annotations;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy