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

org.wildfly.swarm.config.BeanValidation 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;
/**
 * Bean Validation subsystem
 */
@ResourceType("subsystem")
@Implicit
public class BeanValidation {

	private String key;

	public BeanValidation() {
		this.key = "bean-validation";
	}

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy