Geomajas Community Documentation
For commands and plug-ins, the same rule applies as for the
back-end API. That means that the "@Api
" annotation
indicates the stability of the interfaces, classes and methods.
These classes can typically be found in packages containing "command.dto" for command request and response objects or packages containing "configuration" for objects which are expected to be defined from the Spring configuration files.
The command name is also considered part of the API when the
implementing class in annotated using the "@Api
"
annotation.