org.jsimpledb.annotation.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsimpledb-main Show documentation
Show all versions of jsimpledb-main Show documentation
JSimpleDB classes that map Java model classes onto the core API.
The newest version!
/*
* Copyright (C) 2015 Archie L. Cobbs. All rights reserved.
*/
/**
* Annotations used for automatic creation of a {@link org.jsimpledb.JSimpleDB} and corresponding
* schema configuration of the underlying {@link org.jsimpledb.core.Database} from annotated classes,
* as well as automatic registration of various listeners, etc.
*
*
* All JSimpleDB annotations may be configured indirectly as a Spring
* meta-annotation
* when {@code spring-core} is on the classpath.
*/
package org.jsimpledb.annotation;