@Retention(value=RUNTIME)
public static @interface AbstractServerCommand.param
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
description
The description of the parameter
|
java.lang.String |
name
The name of the parameter
|