Annotation Interface CategoryNameUnique
@Documented
@Constraint(validatedBy=CategoryNameUniqueValidator.class)
@Target(FIELD)
@Retention(RUNTIME)
public @interface CategoryNameUnique
카테고리 이름 중복 검증을 위한 Annotation.
-
Optional Element Summary
Optional Elements