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

org.jboss.as.ee.component.ResourceInjectionTarget Maven / Gradle / Ivy

There is a newer version: 35.0.0.Beta1
Show newest version
/*
 * Copyright The WildFly Authors
 * SPDX-License-Identifier: Apache-2.0
 */

package org.jboss.as.ee.component;

/**
 * Represents an object that has a descriptor based JNDI environment.
 *
 * @author Stuart Douglas
 */
public interface ResourceInjectionTarget {

    void addResourceInjection(final ResourceInjectionConfiguration injection);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy