Skip to content

Commit b72181c

Browse files
committed
Remove Serializable
1 parent d6031d5 commit b72181c

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

microsphere-java-core/src/main/java/io/microsphere/beans/ConfigurationProperty.java

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import io.microsphere.annotation.Nonnull;
2020
import io.microsphere.annotation.Nullable;
2121

22-
import java.io.Serializable;
2322
import java.util.Objects;
2423
import java.util.Set;
2524

@@ -61,9 +60,7 @@
6160
* @author <a href="mailto:mercyblitz@gmail.com">Mercy</a>
6261
* @since 1.0.0
6362
*/
64-
public class ConfigurationProperty implements Serializable {
65-
66-
private static final long serialVersionUID = 2959491970141947471L;
63+
public class ConfigurationProperty {
6764

6865
/**
6966
* The name of the property
@@ -219,9 +216,7 @@ public String toString() {
219216
/**
220217
* The metadata class of the Spring Configuration Property
221218
*/
222-
public static class Metadata implements Serializable {
223-
224-
private static final long serialVersionUID = 2777274495621491888L;
219+
public static class Metadata {
225220

226221
/**
227222
* The sources of the property

0 commit comments

Comments
 (0)