JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
net.shibboleth.utilities.java.support.annotation.constraint
Annotation Type NullableElements
@Documented
@Target
({
FIELD
,
LOCAL_VARIABLE
,
METHOD
,
PARAMETER
})
public @interface
NullableElements
Indicates that the annotated collection may contain null elements and, if mutable, null elements may be added to it safely.