ignoreEndpoint top-level constant
- @Deprecated('Use `@doNotGenerate` instead')
Used to annotate endpoints that should be ignored by the Serverpod code analyzer.
If an endpoint class is annotated with this annotation:
- No client code to call the endpoint will ge generated.
- No server code to handle requests towards the endpoint will be generated.
Implementation
@Deprecated('Use `@doNotGenerate` instead')
const ignoreEndpoint = doNotGenerate;