@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface Api
| Modifier and Type | Required Element and Description |
|---|---|
String |
description
A description of what the API does
|
String |
name
The name of the API
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
group
With this it is possible to specify the logical grouping of this API.
|
ApiStage |
stage
Indicates the stage of development or release
|
ApiVisibility |
visibility
Indicates the visibility of the api
|
public abstract String description
public abstract String name
public abstract String group
public abstract ApiVisibility visibility
public abstract ApiStage stage
Copyright © 2015. All rights reserved.