@Documented @Constraint @Target @Retention public abstract @interface

HttpURL

implements Annotation
com.atlassian.bitbucket.validation.annotation.HttpURL

Class Overview

Validate that the string is a valid https or https URL.

This is used because @URL accepts other protocols such as ftp

URLs with query params or user info will validate false

See Also
  • java.net.URL
  • org.hibernate.validator.constraints.URL

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation