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

javax.validation.metadata.ReturnValueDescriptor Maven / Gradle / Ivy

The newest version!
/*
 * Bean Validation API
 *
 * License: Apache License, Version 2.0
 * See the license.txt file in the root directory or .
 */
package javax.validation.metadata;

/**
 * Describes a validated return value of a method or constructor.
 *
 * @author Gunnar Morling
 * @since 1.1
 */
public interface ReturnValueDescriptor extends ElementDescriptor, CascadableDescriptor, ContainerDescriptor {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy