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

org.jglue.cdiunit.ProducerConfig Maven / Gradle / Ivy

Go to download

A module that can be used together with cdiunit to build en ejb-test-environment.

The newest version!
package org.jglue.cdiunit;

import static java.lang.annotation.ElementType.ANNOTATION_TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

import java.lang.annotation.Retention;
import java.lang.annotation.Target;

@Retention(RUNTIME)
@Target(ANNOTATION_TYPE)
public @interface ProducerConfig {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy