@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AuthoredType
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
affiliation
Specifies the affiliation of the author
|
java.lang.String |
author
Specifies the name of the author
|
java.lang.String |
email
specifies the e-mail address of the author
|
java.lang.String |
typeName
Specifies the user-readable type for this class
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
website
Specifies the website of the author (note that this should be URL style,
i.e.
|
public abstract java.lang.String typeName
public abstract java.lang.String affiliation
public abstract java.lang.String email
public abstract java.lang.String author
public abstract java.lang.String website