
com.mercateo.common.rest.schemagen.IgnoreInRestSchema Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common.rest.schemagen Show documentation
Show all versions of common.rest.schemagen Show documentation
Jersey add-on for dynamic link and schema building
/*
* 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