Uses of Package
jp.ecuacion.lib.core.annotation
Packages that use jp.ecuacion.lib.core.annotation
Package
Description
Provides Exceptions.
Provides several RuntimeExceptions.
Provides Items and ItemContainers.
Provides several kinds of loggers.
Provides utilities used in wide situations.
-
Classes in jp.ecuacion.lib.core.annotation used by jp.ecuacion.lib.core.exception.checkedClassDescriptionDesignates that the method throws
RequireNonNullExceptionwhen the annotated arguments isnull. -
Classes in jp.ecuacion.lib.core.annotation used by jp.ecuacion.lib.core.exception.uncheckedClassDescriptionDesignates that the method throws
RequireNonNullExceptionwhen the annotated arguments isnull. -
Classes in jp.ecuacion.lib.core.annotation used by jp.ecuacion.lib.core.itemClassDescriptionDesignates that the method throws
RequireNonEmptyExceptionwhen the annotated arguments is empty. (=null or blank("")) -
Classes in jp.ecuacion.lib.core.annotation used by jp.ecuacion.lib.core.loggingClassDescriptionDesignates that the method throws
RequireNonNullExceptionwhen the annotated arguments isnull. -
Classes in jp.ecuacion.lib.core.annotation used by jp.ecuacion.lib.core.utilClassDescriptionDesignates 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.