Skip to content

Commit

Permalink
Move @AvroFixedSize type under "annotations" package
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 13, 2024
1 parent bd57e32 commit 14006dc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package tools.jackson.dataformat.avro;
package tools.jackson.dataformat.avro.annotation;

import java.lang.annotation.*;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
import tools.jackson.databind.jsontype.NamedType;
import tools.jackson.databind.ser.BeanPropertyWriter;
import tools.jackson.dataformat.avro.AvroFactory;
import tools.jackson.dataformat.avro.AvroFixedSize;
import tools.jackson.dataformat.avro.AvroWriteFeature;
import tools.jackson.dataformat.avro.annotation.AvroFixedSize;
import tools.jackson.dataformat.avro.ser.CustomEncodingSerializer;

public class RecordVisitor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import tools.jackson.databind.exc.InvalidDefinitionException;

import tools.jackson.dataformat.avro.*;
import tools.jackson.dataformat.avro.annotation.AvroFixedSize;

import org.apache.avro.JsonProperties;
import org.apache.avro.Schema;
Expand Down

0 comments on commit 14006dc

Please sign in to comment.