@Target(value={})
@Retention(value=RUNTIME)
@Inherited
public @interface Contact
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
email
The email address of the contact person/organization.
|
java.lang.String |
name
The identifying name of the contact person/organization.
|
java.lang.String |
url
The URL pointing to the contact information.
|
public abstract java.lang.String name