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

org.raml.emitter.IgnoreOnDump Maven / Gradle / Ivy

Go to download

Java implementation of the raml parser taken from https://github.com/raml-org/raml-java-parser and adjusted

There is a newer version: 1.0.5
Show newest version
//Changed by hybris
//HYBRIS START
package org.raml.emitter;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * Marks a field as to not emit on dumping.
 */
@Retention(value = RetentionPolicy.RUNTIME)
public @interface IgnoreOnDump {

}
//HYBRIS END




© 2015 - 2024 Weber Informatics LLC | Privacy Policy