Package jp.ecuacion.lib.core.annotation
package jp.ecuacion.lib.core.annotation
Provides annotations.
-
Annotation InterfacesClassDescriptionDesignates that the method throws RequireNonEmptyException when the annotated arguments is empty. (= null or blank(""))Designates that the method throws
RequireElementNonEmptyExceptionwhen each element of annotated arrays or collections is empty. (=null or blank(""))Designates that the method throwsRequireElementNonNullExceptionwhen each element of annotated arrays or collections isnull.Designates that the method throwsRequireNonEmptyExceptionwhen the annotated arguments is empty. (=null or blank(""))Designates that the method throwsRequireNonNullExceptionwhen the annotated arguments isnull.Designates that the method throws RequireSizeNonZeroException when the length of the annotated list or array is zero.