jakarta.validation.metadata.ConstructorDescriptor Maven / Gradle / Ivy
The newest version!
/*
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or .
*/
package jakarta.validation.metadata;
/**
* Describes a validated constructor.
*
* @author Gunnar Morling
* @author Emmanuel Bernard
* @since 1.1
*/
public interface ConstructorDescriptor extends ExecutableDescriptor {
}