org.jvnet.jaxb2_commons.lang
Class Validate
java.lang.Object
org.jvnet.jaxb2_commons.lang.Validate
public class Validate
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Validate
public Validate()
notNull
public static void notNull(Object object)
isTrue
public static void isTrue(boolean expression)
notEmpty
public static void notEmpty(Collection collection)
noNullElements
public static void noNullElements(Collection<?> collection)
Copyright © 2005-2012. All Rights Reserved.