@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
|
public abstract String description
public abstract String name
public abstract String group
Copyright © 2015. All rights reserved.