org.jboss.as.ee.component.ResourceInjectionTarget Maven / Gradle / Ivy
/*
* 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