Package javax.validation.executable

Package related to the control and execution of executable validation.

See:
          Description

Interface Summary
ExecutableValidator Validates parameters and return values of methods and constructors.
 

Enum Summary
ExecutableType Defines the types of executables targeted by an operation.
 

Annotation Types Summary
ValidateOnExecution Expresses which executables (methods or constructors) should have their parameters and return value validated upon execution.
 

Package javax.validation.executable Description

Package related to the control and execution of executable validation. Use ValidateOnExecution to control whether or not a (set of) constructors or methods are being validated.



Copyright © 2007-2013 Red Hat Inc. All Rights Reserved. Released under the Apache Software License 2.0.