Package org.tquadrat.foundation.config
Annotation Interface CheckNull
@ClassVersion(sourceVersion="$Id: CheckNull.java 884 2021-03-22 18:02:51Z tquadrat $")
@Documented
@Retention(CLASS)
@Target(METHOD)
@API(status=STABLE,
since="0.0.1")
public @interface CheckNull
Used with a setter and indicates that a
NullArgumentException
should be thrown when the new value for the property is
null
.- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: CheckNull.java 884 2021-03-22 18:02:51Z tquadrat $
- Since:
- 0.0.1