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

org.unitils.cdi.annotation.CdiInjection Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package org.unitils.cdi.annotation;

import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;


/**
 * An annotation to let the {@link org.unitils.cdi.CdiModule} know that it should be instantiated.
 *
 * @author Willemijn Wouters
 *
 * @since 1.0.0
 *
 */
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface CdiInjection {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy