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

org.wildfly.swarm.config.Jaxrs Maven / Gradle / Ivy

package org.wildfly.swarm.config;

import org.wildfly.config.runtime.Implicit;
import org.wildfly.config.runtime.ResourceType;
import org.wildfly.config.runtime.ModelNodeBinding;
/**
 * The configuration of the JAX-RS subsystem.
 */
@ResourceType("subsystem")
@Implicit
public class Jaxrs {

	private String key;

	public Jaxrs() {
		this.key = "jaxrs";
	}

	public String getKey() {
		return this.key;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy