AnnotationProcessingOptions

Constructors

Link copied to clipboard
constructor(options: Map<String, String>)

Properties

Link copied to clipboard
val DISABLED_CLASSES: String = "dev.restate.codegen.disabledClasses"
Link copied to clipboard
val DISABLED_CLIENT_GENERATION: String = "dev.restate.codegen.disabledClientGeneration"

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun isClassDisabled(fqcn: String): Boolean
Link copied to clipboard
Link copied to clipboard
open fun toString(): String