Annotation Interface Author
@ConvertedBy(Converter.class)
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface Author
Annotation to mark a command's specific author.
- Since:
- 2.0
- Author:
- Kaidan Gustave
-
Nested Class Summary
-
Required Element Summary
-
Element Details
-
value
String value
-