@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Link
| Modifier and Type | Required Element and Description |
|---|---|
LinkType |
type |
java.lang.String |
url |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
description |
java.lang.String |
title |
public abstract LinkType type