Annotation Interface RequiresSyncHibernate


@Documented @Retention(RUNTIME) @Target({METHOD,TYPE}) @Singleton @Requires(condition=HibernateSyncCondition.class) public @interface RequiresSyncHibernate
Requires configuration that defines sync Hibernate to be used.
Since:
4.0.0
Author:
Denis Stepanov