dropwizard/dropwizard

View on GitHub
dropwizard-configuration/src/test/resources/factory-test-comment.json

Summary

Maintainability
Test Coverage
{
    "name": "Mighty Wizard commentator",
    /*This is a comment*/
    "type": [
        "wizard"
    ],
    "properties": {
        "admin": true
    },
    "servers": [
        {
            "port": 8080
        }
    ]
}