File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
avro/src/main/java/com/fasterxml/jackson/dataformat/avro Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,8 @@ public class AvroModule extends Module
39
39
protected final static AvroAnnotationIntrospector INTR
40
40
= new AvroAnnotationIntrospector ();
41
41
42
- /**
43
- * @since 2.9
44
- */
45
42
protected AnnotationIntrospector _intr = INTR ;
46
-
43
+
47
44
public AvroModule () { }
48
45
49
46
@ Override
@@ -62,8 +59,6 @@ public String getModuleName() {
62
59
63
60
/**
64
61
* Fluent method that configures this module instance
65
- *
66
- * @since 2.9
67
62
*/
68
63
public AvroModule withAnnotationIntrospector (AnnotationIntrospector intr ) {
69
64
_intr = intr ;
@@ -103,7 +98,6 @@ protected void _addDeserializers(SetupContext context) {
103
98
context .addDeserializers (desers );
104
99
}
105
100
106
- // since 2.9
107
101
protected void _addSerializers (SetupContext context ) {
108
102
SimpleSerializers sers = new SimpleSerializers ();
109
103
sers .addSerializer (new SchemaSerializer ());
You can’t perform that action at this time.
0 commit comments