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

com.oneandone.ejbcdiunit.internal.DefaultLiteral 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 com.oneandone.ejbcdiunit.internal;

import javax.enterprise.inject.Default;
import javax.enterprise.util.AnnotationLiteral;

class DefaultLiteral extends AnnotationLiteral implements Default {
    private static final long serialVersionUID = 1L;

    static final Default INSTANCE = new DefaultLiteral();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy