mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
9 lines
158 B
Java
9 lines
158 B
Java
package com.avaje.ebean.bean;
|
|
|
|
/**
|
|
* Marker interface for classes enhanced to support Transactional methods.
|
|
*/
|
|
public interface EnhancedTransactional {
|
|
|
|
}
|