Annotation Interface DuplicateEntry
@Constraint(validatedBy=DuplicateEntryValidator.class)
@Target({FIELD,PARAMETER})
@Retention(RUNTIME)
public @interface DuplicateEntry
This annotation defines Duplicate Entry
- Since:
- Jul 16, 2018
- Author:
- Infosys Equinox
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
entryPath
String entryPath- Returns:
- String path of the entry.
-
-