general formatting work
This commit is contained in:
@@ -10,5 +10,5 @@ import java.lang.annotation.Target;
|
||||
@Target({ ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD })
|
||||
@Documented
|
||||
public @interface DataAccess {
|
||||
Class<?>entity();
|
||||
Class<?> entity();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user