public class AnnotatedModuleCompilerImpl extends java.lang.Object implements AnnotatedModuleCompiler
AnnotatedModuleCompiler.| Constructor and Description |
|---|
AnnotatedModuleCompilerImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Command> |
compile(java.lang.Object o)
Compiles one or more
Commands
using method annotations as for properties from the specified Object. |
public java.util.List<Command> compile(java.lang.Object o)
AnnotatedModuleCompilerCommands
using method annotations as for properties from the specified Object.
This Object must be annotated with @JDACommand.Module!
compile in interface AnnotatedModuleCompilero - The Object, annotated with @JDACommand.Module.List of Commands generated from the provided Object