yaml
dependencies:
- name: library1
version: 1.2.3
- name: library2
version: 2.*
yaml
version: 1.0.0
compatibility:
- version: 1.0.0
api: stable
- version: 2.0.0
api: major
compatibility: backward
/**
* This is a sample class in Konig YAML library.
*
* @endpoint /api/v1/sample
* @method POST
* @param payload The payload for the request.
* @returns The response from the server.
*/
public class SampleClass {
// Implementation of the class
}