
  // IntelliJ API Decompiler stub source generated from a class file
  // Implementation of methods is not available

package com.demo;

public class FieldWithSimilarAnnotation {
    private static final long serialVersionUID = -1L;
    @javax.validation.constraints.NotNull(groups = {com.demo.SupplierSubmit.class})
    @io.swagger.v3.oas.annotations.media.Schema(description = "desc")
    @com.demo.NotNull
    private java.lang.@javax.validation.constraints.NotNull(groups = {com.demo.SupplierSubmit.class}) Long id;

    protected FieldWithSimilarAnnotation(com.demo.FieldWithSimilarAnnotation.FieldWithSimilarAnnotationBuilder<?,?> b) { /* compiled code */ }

    public static com.demo.FieldWithSimilarAnnotation.FieldWithSimilarAnnotationBuilder<?,?> builder() { /* compiled code */ }

    public java.lang.Long getId() { /* compiled code */ }

    public void setId(java.lang.Long id) { /* compiled code */ }

    public java.lang.String toString() { /* compiled code */ }

    public boolean equals(java.lang.Object o) { /* compiled code */ }

    protected boolean canEqual(java.lang.Object other) { /* compiled code */ }

    public int hashCode() { /* compiled code */ }

    public FieldWithSimilarAnnotation() { /* compiled code */ }
}