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 classAccessProtectionUtils.AccessProtectionConstants 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidunsupportedOperation(String reason)static voidutilityClassConstructor() 
 - 
 
- 
- 
Method Detail
- 
utilityClassConstructor
public static void utilityClassConstructor()
 
- 
unsupportedOperation
public static void unsupportedOperation(String reason)
 
 - 
 
 -