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

com.google.sitebricks.persist.Work Maven / Gradle / Ivy

package com.google.sitebricks.persist;

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

/**
 * @author [email protected] (Dhanji R. Prasanna)
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface Work {
  /**
   * Datastore selector. Define the datastore by creating your own annotation
   * and providing it to the appropriate Sitebricks persistence module.
   */
  Class value() default Work.class;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy