com.atlassian.jira.util.dbc
Class Null

java.lang.Object
  extended by 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

Method Summary
static void not(String name, Object notNull)
          Deprecated. Use Assertions.notNull(String,Object) instead. Since v6.0.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.