No effective change - format only

This commit is contained in:
Rob Bygrave
2016-11-21 00:00:00 +13:00
parent 0bc2dc7d4c
commit d6b37bdf83
3 changed files with 56 additions and 58 deletions
@@ -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 {};
}