Package io.github.projectunified.craftcommand.processor.model
package io.github.projectunified.craftcommand.processor.model
Processor model classes that represent command metadata at compile time.
These immutable models are built from the annotation tree and drive code generation.
-
ClassesClassDescriptionModel representing a parsed command or subcommand class.Model representing a command or subcommand method.Model representing a command method parameter.