Annotation Interface URL.List
- Enclosing class:
URL
@Documented
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER,TYPE_USE})
@Retention(RUNTIME)
public static @interface URL.List
Defines several
URL annotations on the same element.- Since:
- 5.1.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
URL[] value- Returns:
- The URL constraints.
-