net.sf.staccatocommons.restrictions.check
Annotation Type NotZero


@Restriction
@Documented
@Retention(value=CLASS)
@Target(value={PARAMETER,FIELD,METHOD})
public @interface NotZero

A check annotation that signals that the annotated element must not be zero This annotation should only be applied to Numbers and primitive numeric types.

Author:
flbulgarelli
See Also:
Restriction



Copyright © 2010-2012 StaccatoCommons. All Rights Reserved.