org.hibernate.validator.util
Class Contracts

java.lang.Object
  extended by org.hibernate.validator.util.Contracts

public class Contracts
extends Object

Author:
Gunnar Morling

Constructor Summary
Contracts()
           
 
Method Summary
static void assertNotNull(Object o)
           
static void assertNotNull(Object o, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Contracts

public Contracts()
Method Detail

assertNotNull

public static void assertNotNull(Object o)

assertNotNull

public static void assertNotNull(Object o,
                                 String message)


Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved