Azure / autorest.java

Extension for AutoRest (https://github.com/Azure/autorest) that generates Java code
MIT License
33 stars 82 forks source link

TSP, TCGC common layer, use TCGC returned description #2732

Closed haolingdong-msft closed 4 months ago

haolingdong-msft commented 5 months ago

pay attention to Scalar type's description e.g.

/**
 * Universally Unique Identifier
 *
 * @example
 *
 * ```
 * 123e4567-e89b-12d3-a456-426614174000
 * ```
 */
@format("uuid")
scalar uuid extends string;