File tree Expand file tree Collapse file tree
microsphere-java-core/src/main/java/io/microsphere/beans Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919import io .microsphere .annotation .Nonnull ;
2020import io .microsphere .annotation .Nullable ;
2121
22- import java .io .Serializable ;
2322import java .util .Objects ;
2423import java .util .Set ;
2524
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
You can’t perform that action at this time.
0 commit comments