Package jp.ecuacion.lib.core.annotation


package jp.ecuacion.lib.core.annotation
Provides annotations.
  • Annotation Interfaces
    Class
    Description
    Designates that the method throws RequireNonEmptyException when the annotated arguments is empty. (= null or blank(""))
    Designates that the method throws RequireElementNonEmptyException when each element of annotated arrays or collections is empty. (= null or blank(""))
    Designates that the method throws RequireElementNonNullException when each element of annotated arrays or collections is null.
    Designates that the method throws RequireNonEmptyException when the annotated arguments is empty. (= null or blank(""))
    Designates that the method throws RequireNonNullException when the annotated arguments is null.
    Designates that the method throws RequireSizeNonZeroException when the length of the annotated list or array is zero.