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

com.oneandone.ejbcdiunit.internal.EjbInformationBean 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 java.util.List;

import javax.enterprise.context.ApplicationScoped;

/**
 * @author aschoerk
 */
@ApplicationScoped
public class EjbInformationBean {

    private List applicationExceptionDescriptions;

    public List getApplicationExceptionDescriptions() {
        return applicationExceptionDescriptions;
    }

    public void setApplicationExceptionDescriptions(final List applicationExceptionDescriptionsP) {
        this.applicationExceptionDescriptions = applicationExceptionDescriptionsP;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy