javax.validation.metadata
provided by the Bean Validation API.See: Description
Interface | Description |
---|---|
MethodDescriptor |
Describes a method and the constraints associated with it.
|
ParameterDescriptor |
Describes a constrained parameter and the constraints associated with it.
|
TypeDescriptor |
Describes a constrained Java type and the constraints associated to it.
|
This package provides a meta model related to method-level
constraints and as such is an addition to the package javax.validation.metadata
provided by the Bean Validation API. This meta model is read-only, all
of its types are immutable.
This package is part of the public Hibernate Validator API.
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.