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

com.github.wglanzer.annosave.processor.AnnoPersist Maven / Gradle / Ivy

There is a newer version: 1.2.4
Show newest version
package com.github.wglanzer.annosave.processor;

import java.lang.annotation.*;

/**
 * Annotation which marks an other annotation to be
 * automatically persisted by AnnoSaveProcessor
 *
 * @author W.Glanzer, 15.09.2017
 */
@Target(ElementType.ANNOTATION_TYPE)
public @interface AnnoPersist
{
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy