Package annotation.binary
Class AnnotationBinaryData
java.lang.Object
annotation.binary.AnnotationBinaryData
- 
Field Summary
FieldsModifier and TypeFieldDescriptionshortbyte[] - 
Constructor Summary
ConstructorsConstructorDescriptionAnnotationBinaryData(int binaryFileVersion, short annotationVersion, DataAnnotationType<?> dataAnnotationType, String shortIdCode, byte[] data) Deprecated.AnnotationBinaryData(short annotationVersion, DataAnnotationType<?> dataAnnotationType, String shortIdCode, byte[] data)  - 
Method Summary
 
- 
Field Details
- 
data
public byte[] data - 
dataAnnotationType
 - 
annotationVersion
public short annotationVersion - 
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)  
 -