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

org.chronos.common.annotation.PersistentClass Maven / Gradle / Ivy

package org.chronos.common.annotation;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * This annotation indicates that the annotated class is persisted on disk.
 *
 * @author [email protected] -- Initial Contribution and API
 */
@Documented
@Retention(RetentionPolicy.SOURCE)
public @interface PersistentClass {

	public String value() default "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy