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

fish.payara.nucleus.phonehome.PhoneHomeRuntimeConfigurationInjector Maven / Gradle / Ivy

There is a newer version: 6.2024.7
Show newest version

package fish.payara.nucleus.phonehome;

import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;

@Service(name = "phone-home-runtime-configuration", metadata = "@enabled=optional,@enabled=default:true,@enabled=datatype:java.lang.Boolean,@enabled=leaf,@phone-home-id=optional,@phone-home-id=datatype:java.lang.String,@phone-home-id=leaf,target=fish.payara.nucleus.phonehome.PhoneHomeRuntimeConfiguration")
@InjectionTarget(PhoneHomeRuntimeConfiguration.class)
public class PhoneHomeRuntimeConfigurationInjector
    extends NoopConfigInjector
{


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy