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 Modifier and Type Required Element Description java.lang.String
value
Link to some resource in String format.
-