abstract class org.springframework.data.geo.GeoModule$PointMixin
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.data.geo.GeoModule$PointMixin
  super_class: java.lang.Object
{
  void <init>(double, double);
    descriptor: (DD)V
    flags: (0x0000) 
    Code:
      stack=1, locals=5, args_size=3
        start local 0 // org.springframework.data.geo.GeoModule$PointMixin this
        start local 1 // double x
        start local 3 // double y
         0: .line 62
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 3 // double y
        end local 1 // double x
        end local 0 // org.springframework.data.geo.GeoModule$PointMixin this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/data/geo/GeoModule$PointMixin;
            0    1     1     x  D
            0    1     3     y  D
    RuntimeVisibleParameterAnnotations: 
      0:
        com.fasterxml.jackson.annotation.JsonProperty(value = "x")
      1:
        com.fasterxml.jackson.annotation.JsonProperty(value = "y")
    MethodParameters:
      Name  Flags
      x     
      y     
}
SourceFile: "GeoModule.java"
NestHost: org.springframework.data.geo.GeoModule
InnerClasses:
  abstract PointMixin = org.springframework.data.geo.GeoModule$PointMixin of org.springframework.data.geo.GeoModule