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

com.artemis.annotations.package-info Maven / Gradle / Ivy

There is a newer version: 2.3.0
Show newest version
/**
 * Annotations used by Artemis, both runtime and during compilation,
 * 
 * 

Runtime: {@link com.artemis.annotations.Wire} and {@link com.artemis.annotations.Mapper}.

* *

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