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

org.dominokit.jacksonapt.GwtIncompatible Maven / Gradle / Ivy

The newest version!
package org.dominokit.jacksonapt;

import java.lang.annotation.*;

/**
 * 

GwtIncompatible class.

* * @author vegegoku * @version $Id: $Id */ @Retention(RetentionPolicy.CLASS) @Target({ ElementType.TYPE, ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.FIELD }) @Documented public @interface GwtIncompatible { String value() default ""; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy