| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasOnlyPrivateConstructors(Class clazz)
Asserts that all constructors are private, usually for helper classes with
only static methods.
|
public static boolean hasOnlyPrivateConstructors(Class clazz)
Copyright © 2009–2017 SonarSource. All rights reserved.