annotations library
Constants
- doNotGenerate → const _DoNotGenerate
- Used to annotate endpoint classes and methods that should be ignored by the Serverpod code analyzer and generator.
- unauthenticatedClientCall → const _UnauthenticatedClientCall
- Used to annotate endpoint classes and methods that should not use authentication.