mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - format only
This commit is contained in:
@@ -103,7 +103,7 @@ public @interface Formula {
|
||||
* }</pre>
|
||||
*/
|
||||
String join() default "";
|
||||
|
||||
|
||||
Class<? extends DatabasePlatform>[] platforms() default {};
|
||||
|
||||
/**
|
||||
@@ -111,7 +111,7 @@ public @interface Formula {
|
||||
*/
|
||||
@Target({ ElementType.FIELD, ElementType.METHOD, ElementType.TYPE })
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface List {
|
||||
@interface List {
|
||||
|
||||
Formula[] value() default {};
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ public @interface Where {
|
||||
* </p>
|
||||
*/
|
||||
String clause();
|
||||
|
||||
|
||||
/**
|
||||
* The platform where this annotation is active. Default: any platform
|
||||
*/
|
||||
@@ -61,7 +61,7 @@ public @interface Where {
|
||||
*/
|
||||
@Target({ ElementType.FIELD, ElementType.METHOD, ElementType.TYPE })
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface List {
|
||||
@interface List {
|
||||
|
||||
Where[] value() default {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user