Package org.apache.commons.crypto.utils
Class ReflectionUtils.NegativeCacheSentinel
- java.lang.Object
-
- org.apache.commons.crypto.utils.ReflectionUtils.NegativeCacheSentinel
-
- Enclosing class:
- ReflectionUtils
private abstract static class ReflectionUtils.NegativeCacheSentinel extends java.lang.Object
A unique class which is used as a sentinel value in the caching for getClassByName.ReflectionUtils.getClassByNameOrNull(String)
.
-
-
Constructor Summary
Constructors Modifier Constructor Description private
NegativeCacheSentinel()
-