Package javax.validation.executable

Package related to the control and executaion 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
ValidateExecutable Expresses which executables (method or constructor) should have their parameters and return value validated upon execution.
 

Package javax.validation.executable Description

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



Copyright © 2007-2013. All Rights Reserved.