@Retention(value=RUNTIME) @Documented @Target(value=TYPE) public @interface Command
Modifier and Type | Required Element and Description |
---|---|
TranslatableText |
description
The command description
|
String |
name
The command name
|
Modifier and Type | Optional Element and Description |
---|---|
Argument[] |
arguments
Command Arguments
|
boolean |
documented
Indicates if the command is documented
|
Option[] |
options
Command Options
|
public abstract String name
public abstract TranslatableText description
public abstract boolean documented
Oracle REST Data Services Plugin API version: 3.0.0.65.09.35 Copyright © 2015 Oracle Corp. All Rights Reserved.