Uses of Package
net.shibboleth.utilities.java.support.annotation.constraint

Packages that use net.shibboleth.utilities.java.support.annotation.constraint
net.shibboleth.utilities.java.support.component Set of interfaces used to describe basic features of "components" or "modules" within a larger system. 
net.shibboleth.utilities.java.support.httpclient Classes for working with Apache HttpClient
net.shibboleth.utilities.java.support.logic Classes that represent basic first order logic concepts. 
net.shibboleth.utilities.java.support.scripting Classes for working with JSR-223 scripting environments. 
net.shibboleth.utilities.java.support.velocity Classes for working with Apache Velocity
net.shibboleth.utilities.java.support.xml A set of helper functions for performing actions on DOM nodes. 
 

Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.component
NotEmpty
          Indicates that the annotated array, string, collection other object is not empty.
 

Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.httpclient
NotEmpty
          Indicates that the annotated array, string, collection other object is not empty.
 

Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.logic
NotEmpty
          Indicates that the annotated array, string, collection other object is not empty.
 

Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.scripting
NotEmpty
          Indicates that the annotated array, string, collection other object is not empty.
 

Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.velocity
NotEmpty
          Indicates that the annotated array, string, collection other object is not empty.
 

Classes in net.shibboleth.utilities.java.support.annotation.constraint used by net.shibboleth.utilities.java.support.xml
NonnullElements
          Indicates that the annotated collection does not contain any null elements.
NotEmpty
          Indicates that the annotated array, string, collection other object is not empty.
NullableElements
          Indicates that the annotated collection may contain null elements.
Unmodifiable
          Indicates that the annotated object can not be modified.
 



Copyright © 1999-2012. All Rights Reserved.