...
Any @Command annotated method in the main application class will be discovered by a Talon XVM. If additional classes in your application contain @CommandHandler methods@Command methods, they can be exposed to the Talon server using the @AppCommandHandlerContainersAccessor annotation which should add all objects that should be introspected for command handlers.
...