@Target(value=PACKAGE) @Retention(value=RUNTIME) public @interface JsonSchema
Denotes that a package represents a JSON schema. In this sense, "schema" is used informally to represent a collection of types identified by a "schema id", and not any specification like json-schema. That could change when that specification is finalized.
public abstract String schemaId
Copyright © 2014. All rights reserved.