| Class | Description |
|---|---|
| Preconditions |
Static convenience methods that help a method or constructor check whether it was invoked
correctly (whether its preconditions have been met).
|
| Annotation Type | Description |
|---|---|
| VisibleForTesting |
Annotation to indicate an class member or class is visible
only for the purposes of testing and otherwise should not
be referenced by other classes.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.