Package be.sddevelopment.commons.access
Class AccessProtectionUtils
- java.lang.Object
-
- be.sddevelopment.commons.access.AccessProtectionUtils
-
public final class AccessProtectionUtils extends Object
Shortcodes for class access restrictions and common error codes
- Version:
- $Id: $Id
- Author:
- Stijn Dejongh
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AccessProtectionUtils.AccessProtectionConstants
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
unsupportedOperation(String reason)
static void
utilityClassConstructor()
-
-
-
Method Detail
-
utilityClassConstructor
public static void utilityClassConstructor()
-
unsupportedOperation
public static void unsupportedOperation(String reason)
-
-