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

io.github.hylexus.jt.annotation.Transient Maven / Gradle / Ivy

There is a newer version: 2.3.0-rc.1
Show newest version
package io.github.hylexus.jt.annotation;

import java.lang.annotation.*;

/**
 * @author hylexus
 */
@Target({ElementType.TYPE, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Transient {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy