Skip to content

Files

Latest commit

 

History

History
18 lines (11 loc) · 496 Bytes

DeprecatedJava.md

File metadata and controls

18 lines (11 loc) · 496 Bytes

Pattern: Use of Java @Deprecated

Issue: -

Description

You should be using the Scala @deprecated instead.

Example configuration

<check enabled="true" class="org.scalastyle.scalariform.DeprecatedJavaChecker" level="warning"/>