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

com.atlassian.json.schema.annotation.AnnotationHelper Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
package com.atlassian.json.schema.annotation;

public class AnnotationHelper
{
    public static final String EMPTY_ENUM = "emptyEnum";
    public static final String EMPTY_TYPE = "emptyType";

    public static final class EmptyClass {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy