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
Command s
using method annotations as for properties from the specified Object . |
public java.util.List<Command> compile(java.lang.Object o)
AnnotatedModuleCompiler
Command
s
using method annotations as for properties from the specified Object
.
This Object must be annotated with @JDACommand.Module
!
compile
in interface AnnotatedModuleCompiler
o
- The Object, annotated with @JDACommand.Module
.List
of Commands generated from the provided Object