Class AnnotationBinaryData

java.lang.Object
annotation.binary.AnnotationBinaryData

public class AnnotationBinaryData extends Object
  • Field Details

    • data

      public byte[] data
    • dataAnnotationType

      public DataAnnotationType<?> dataAnnotationType
    • annotationVersion

      public short annotationVersion
    • shortIdCode

      public String shortIdCode
  • Constructor Details

    • AnnotationBinaryData

      @Deprecated public AnnotationBinaryData(int binaryFileVersion, short annotationVersion, DataAnnotationType<?> dataAnnotationType, String shortIdCode, byte[] data)
      Deprecated.
    • AnnotationBinaryData

      public AnnotationBinaryData(short annotationVersion, DataAnnotationType<?> dataAnnotationType, String shortIdCode, byte[] data)