Home » Tip Bank » Java |
|
Language: Java
Expertise: Intermediate
Expertise: Intermediate
Sep 2, 2019
- in
WEBINAR:
On-Demand
Building the Right Environment to Support AI, Machine Learning and Deep Learning
Watch
→
Validate Arguments via Google Guava
Google Guava Preconditions are quite useful for validating arguments of methods. Here it is an example:
public void setAge(int age) { Preconditions.checkArgument(assert age = 0, "Age cannot be negative"); ... }
Octavia Anghel
![]() |
Submit a Tip | ![]() |
Browse "Java" Tips | ![]() |
Browse All Tips |
html.net