JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
info.ejava.examples.db.validation.contacts.svc
ValidatedComponent
Contents
Description
Method Summary
Method Details
aCall(int)
Hide sidebar
Show sidebar
Interface ValidatedComponent
All Known Implementing Classes:
ValidatedComponentImpl
@Validated
public interface
ValidatedComponent
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
aCall
(@Min(5L) int mustBeGE5)
Method Details
aCall
void
aCall
(@Min(5L) @Min(5L) int mustBeGE5)