All Downloads are FREE. Search and download functionalities are using the official Maven repository.

s.multipart.3.0.4.source-code.ramltojaxrs.raml Maven / Gradle / Ivy

There is a newer version: 3.0.5
Show newest version
#%RAML 1.0 Library
annotationTypes:
    types:
        allowedTargets: [TypeDeclaration,API]
        properties:
            # used for jaxb and jsonschema modules.
            className?:
    resources:
        allowedTargets: [Resource, Method, Response, API]
        properties:
            plugins?: any[]
    methods:
        allowedTargets: [Method, API]
        properties:
            plugins?: any[]

    responseClasses:
        allowedTargets: [Method, API]
        properties:
            plugins?: any[]

    responses:
        allowedTargets: [Response, API]
        properties:
            plugins?: any[]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy