@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface Info
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
title
The title of the API.
|
java.lang.String |
version
The version of your API.
|
Modifier and Type | Optional Element and Description |
---|---|
Contact |
contact
Optional contact information for this API.
|
java.lang.String |
description
An optional description of the API.
|
Extension[] |
extensions
Optional list of extensions for this API.
|
License |
license
Optional license information for this API.
|
java.lang.String |
termsOfService
An optional terms of service for this API.
|
public abstract java.lang.String title
public abstract java.lang.String version
public abstract java.lang.String description
public abstract java.lang.String termsOfService
public abstract Contact contact
public abstract License license
Copyright © 2020 JBoss by Red Hat. All Rights Reserved.