@ -144,38 +144,25 @@ public class Parameter<T, P extends PersistentProperty<P>> {
@@ -144,38 +144,25 @@ public class Parameter<T, P extends PersistentProperty<P>> {
@ -59,11 +62,11 @@ public final class PreferredConstructor<T, P extends PersistentProperty<P>> exte
@@ -59,11 +62,11 @@ public final class PreferredConstructor<T, P extends PersistentProperty<P>> exte
@ -80,7 +83,11 @@ public final class PreferredConstructor<T, P extends PersistentProperty<P>> exte
@@ -80,7 +83,11 @@ public final class PreferredConstructor<T, P extends PersistentProperty<P>> exte
@ -244,7 +244,7 @@ public class PropertyPath implements Streamable<PropertyPath> {
@@ -244,7 +244,7 @@ public class PropertyPath implements Streamable<PropertyPath> {
}
@Override
publicbooleanequals(Objecto){
publicbooleanequals(@NullableObjecto){
if(this==o){
returntrue;
@ -258,34 +258,16 @@ public class PropertyPath implements Streamable<PropertyPath> {
@@ -258,34 +258,16 @@ public class PropertyPath implements Streamable<PropertyPath> {
@ -331,7 +313,7 @@ public class PropertyPath implements Streamable<PropertyPath> {
@@ -331,7 +313,7 @@ public class PropertyPath implements Streamable<PropertyPath> {
Assert.hasText(source,"Source must not be null or empty");
Assert.notNull(type,"TypeInformation must not be null or empty");
@ -467,56 +449,5 @@ public class PropertyPath implements Streamable<PropertyPath> {
@@ -467,56 +449,5 @@ public class PropertyPath implements Streamable<PropertyPath> {