Package sonia.scm.repository
Annotation Interface RepositoryTypeConstraint
@Documented
@Target(FIELD)
@Retention(RUNTIME)
@Constraint(validatedBy=RepositoryTypeConstraintValidator.class)
public @interface RepositoryTypeConstraint
Validates the type of repository. Only configured and enabled repository types are valid.
- Since:
- 2.33.0
-
Optional Element Summary
Optional Elements