com.sun.enterprise.config.serverbeans.ApplicationsInjector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payara-embedded-all Show documentation
Show all versions of payara-embedded-all Show documentation
Payara-Embedded-All Distribution of the Payara Project
package com.sun.enterprise.config.serverbeans;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "applications", metadata = "<*>=collection:org.glassfish.api.admin.config.ApplicationName,target=com.sun.enterprise.config.serverbeans.Applications")
@InjectionTarget(Applications.class)
public class ApplicationsInjector
extends NoopConfigInjector
{
}