Package com.github.packageurl.validator
Annotation Type PackageURL
-
@Target(FIELD) @Retention(RUNTIME) @Constraint(validatedBy=PackageURLConstraintValidator.class) public @interface PackageURL
Annotation that can be applied to a String field within a class. The PackageURL annotation instructs the JSR-303 compliant validator to validate the field to ensure it meets the Package URL specification.- Since:
- 1.3.0