mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
10 lines
231 B
Java
10 lines
231 B
Java
package com.avaje.ebeaninternal.server.util;
|
|
|
|
/**
|
|
* Exists only for including in the jar for the Class Path Search Tests.
|
|
*
|
|
* author: Richard Vowles - http://plus.google.com/RichardVowles
|
|
*/
|
|
public class SimpleJarBangClass {
|
|
}
|