@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface Tag
Modifier and Type | Required Element and Description |
---|---|
String |
name
The name of this tag.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
description
Optional description of the tag.
|
Extension[] |
extensions
A list of extensions associated with this tag.
|
ExternalDocs |
externalDocs
Optional reference to external documentation for this tag.
|
public abstract String name
public abstract String description
public abstract ExternalDocs externalDocs
public abstract Extension[] extensions
Copyright © 2019. All Rights Reserved.