com.atlassian.jira.util.dbc
Class Null
java.lang.Object
com.atlassian.jira.util.dbc.Null
Deprecated. Use Assertions.notNull(String,Object) instead. Since v6.0.
@Deprecated
public final class Null
- extends Object
Utility class with checks for nullness. Prefer Assertions.
- Since:
- v3.11
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
not
@Deprecated
public static void not(String name,
Object notNull)
throws IllegalArgumentException
- Deprecated. Use
Assertions.notNull(String,Object) instead. Since v6.0.
- Throws:
IllegalArgumentException
Copyright © 2002-2014 Atlassian. All Rights Reserved.