Package com.igormaznitsa.meta.annotation
Annotation Type Link
@Documented
@Target({TYPE,FIELD,METHOD,PARAMETER,CONSTRUCTOR,PACKAGE,ANNOTATION_TYPE})
@Retention(CLASS)
public @interface Link
Allows provide some link in text form for an entity. It can be url or something else. It is provided just for information.
- Since:
- 1.0
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueLink to some resource in String format.- Returns:
- String value
- Since:
- 1.0
-