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

com.mercateo.common.rest.schemagen.IgnoreInRestSchema Maven / Gradle / Ivy

There is a newer version: 0.20.0
Show newest version
/*
 * Created on Feb 10, 2015
 *
 * author alexei
 */
package com.mercateo.common.rest.schemagen;

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

@Target({ ElementType.METHOD, ElementType.FIELD })
@Retention(RetentionPolicy.RUNTIME)
public @interface IgnoreInRestSchema {
    // nothing
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy