|
@@ -16,7 +16,6 @@
|
|
|
|
|
|
package org.springframework.security.access.annotation;
|
|
package org.springframework.security.access.annotation;
|
|
|
|
|
|
-import java.io.Serial;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
import java.util.List;
|
|
|
|
|
|
@@ -24,11 +23,9 @@ import org.springframework.security.access.prepost.PostFilter;
|
|
import org.springframework.security.access.prepost.PreAuthorize;
|
|
import org.springframework.security.access.prepost.PreAuthorize;
|
|
import org.springframework.security.access.prepost.PreFilter;
|
|
import org.springframework.security.access.prepost.PreFilter;
|
|
|
|
|
|
|
|
+@SuppressWarnings("serial")
|
|
public class ExpressionProtectedBusinessServiceImpl implements BusinessService {
|
|
public class ExpressionProtectedBusinessServiceImpl implements BusinessService {
|
|
|
|
|
|
- @Serial
|
|
|
|
- private static final long serialVersionUID = -3320014879907436606L;
|
|
|
|
-
|
|
|
|
@Override
|
|
@Override
|
|
public void someAdminMethod() {
|
|
public void someAdminMethod() {
|
|
}
|
|
}
|