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

A set of annotations used to document constraints on methods, fields, parameters, etc.

See:
          Description

Annotation Types Summary
Live Indicates that the annotated object is "live" and that changes made to it will be reflected in its "owner" and vice versa.
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.
NotLive Indicates that the annotated object is not "live" and that changes made to it will not be reflected in its "owner" and vice versa.
NullableElements Indicates that the annotated collection may contain null elements.
Unmodifiable Indicates that the annotated object can not be modified.
 

Package net.shibboleth.utilities.java.support.annotation.constraint Description

A set of annotations used to document constraints on methods, fields, parameters, etc. Note, these annotations are for documentation purposes only. They do not have any effect on the executing code. Use a JSR-303 implementations if that's what you're after.



Copyright © 1999-2012. All Rights Reserved.