
com.artemis.annotations.SkipWire 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.
The newest version!
package com.artemis.annotations;
import java.lang.annotation.*;
/**
* Skip reflective dependency injection on annotated field or class.
*
* Allows excluding specific fields or classes in {@link Wire}d hierarchy.
*
* @author Daan van Yperen
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.TYPE})
@Documented
public @interface SkipWire {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy