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

com.jelastic.api.common.annotation.Transform Maven / Gradle / Ivy

There is a newer version: 8.12-1
Show newest version
/*Server class MD5: 5a774c0fdd6961074a89c47284f3f251*/
package com.jelastic.api.common.annotation;

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

/**
 * @name Jelastic API Client
 * @version 8.11.2
 * @copyright Jelastic, Inc.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(value = { ElementType.FIELD, ElementType.METHOD })
public @interface Transform {

    boolean skip() default false;

    boolean required() default false;

    boolean sort() default false;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy