@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Info
Modifier and Type | Optional Element and Description |
---|---|
Contact |
contact
Contact object that can be populated with email, name and url fields.
|
java.lang.String |
description |
License |
license
License object that can be populated to include name and url.
|
java.lang.String |
termsOfService |
java.lang.String |
title |
java.lang.String |
version |
public abstract License license
public abstract Contact contact