JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
net.apartium.cocoabeans.commands
Annotation Interface Command
@Target
(
TYPE
)
@Retention
(
RUNTIME
)
public @interface
Command
Represents a root command
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Command label
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
aliases
Aliases for the command
Element Details
value
String
value
Command label
aliases
String
[]
aliases
Aliases for the command
Default:
{}