Skip to content

Commit 8fadb29

Browse files
committed
Remove deprecation from method still in use
1 parent ee96ce0 commit 8fadb29

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/main/java/com/fasterxml/jackson/databind/cfg/MapperConfig.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,15 +273,12 @@ public BeanDescription introspectClassAnnotations(JavaType type) {
273273
return getClassIntrospector().forClassAnnotations(this, type, this);
274274
}
275275

276-
// 27-Apr-2018, tatu: Appears not to be needed?
276+
// 23-May-2018, tatu: Used by Avro for schema generation
277277
/**
278278
* Accessor for getting bean description that only contains immediate class
279279
* annotations: ones from the class, and its direct mix-in, if any, but
280280
* not from super types.
281-
*
282-
* @deprecated Since 3.0
283281
*/
284-
@Deprecated // since 3.0
285282
public final BeanDescription introspectDirectClassAnnotations(JavaType type) {
286283
return getClassIntrospector().forDirectClassAnnotations(this, type, this);
287284
}

0 commit comments

Comments
 (0)