Annotation Interface NotDuplicateTargetName
@Target(TYPE)
@Retention(RUNTIME)
@Constraint(validatedBy=NotDuplicateTargetNameValidator.class)
public @interface NotDuplicateTargetName
NotDuplicateTargetName class-level constraint to verify that the name attribute is not already in use by another
target (cluster, instance, node, config).
- Author:
- Joe Di Pol
-
Optional Element Summary
Optional Elements