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

fish.payara.service.example.config.ExampleServiceConfigurationInjector Maven / Gradle / Ivy

There is a newer version: 6.2024.6
Show newest version

package fish.payara.service.example.config;

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

@Service(name = "example-service-configuration", metadata = "@message=optional,@message=default:Hello World,@message=datatype:java.lang.String,@message=leaf,target=fish.payara.service.example.config.ExampleServiceConfiguration")
@InjectionTarget(ExampleServiceConfiguration.class)
public class ExampleServiceConfigurationInjector
    extends NoopConfigInjector
{


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy